Browse Source

systemd service targets a static build of the application

Donald Carr 7 years ago
parent
commit
bdcaa7b248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/resources/artriculate@.service

+ 1 - 1
src/resources/artriculate@.service

@@ -10,7 +10,7 @@ User=%i
 WorkingDirectory=~
 TTYPath=/dev/tty7
 PAMName=login
-ExecStart=-/usr/bin/qpi-env-exec /usr/bin/artriculate -platform eglfs
+ExecStart=-/usr/bin/artriculate-bin
 Restart=on-failure
 
 [Install]