Преглед на файлове

systemd: fix clipton.service autostart target

Vitaliy Timtsurak преди 6 дни
родител
ревизия
d4849364e2
променени са 1 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 12 0
      config/systemd/user/clipton.service

+ 12 - 0
config/systemd/user/clipton.service

@@ -0,0 +1,12 @@
+[Unit]
+Description=Daemon for Clipton (Clipboard Manager)
+After=graphical-session.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/clipton watcher
+Restart=on-failure
+RestartSec=2
+
+[Install]
+WantedBy=default.target