Browse Source

Update systemd service file for artriculate

Donald Carr 7 years ago
parent
commit
3d8fb8a52d
3 changed files with 2 additions and 19 deletions
  1. 0 17
      src/resources/artriculate.service
  2. 1 1
      src/resources/artriculate@.service
  3. 1 1
      src/src.pro

+ 0 - 17
src/resources/artriculate.service

@@ -1,17 +0,0 @@
-# Forked off xlogin@.service
-
-[Unit]
-Description=Qt-compositor login for user %i
-DefaultDependencies=no
-After=local-fs.target
-Before=systemd-tmpfiles-setup.service systemd-networkd.service systemd-rfkill.service
-
-[Service]
-User=root
-Type=notify
-WorkingDirectory=/tmp
-ExecStart=-/usr/bin/artriculate-bin
-Restart=on-failure
-
-[Install]
-WantedBy=local-fs.target

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

@@ -1,7 +1,7 @@
 # Forked off xlogin@.service
 
 [Unit]
-Description=Qt-compositor login for user %i
+Description=Artriculate session for user %i
 After=systemd-user-sessions.service
 Conflicts=getty@tty7.service
 

+ 1 - 1
src/src.pro

@@ -120,6 +120,6 @@ icon.path = /usr/share/icons/hicolor/128x128/apps
 icon.files += resources/artriculate.png
 
 systemd.path = /usr/lib/systemd/system
-systemd.files += resources/artriculate@.service resources/artriculate.service
+systemd.files += resources/artriculate@.service
 
 INSTALLS += target desktop icon systemd