diff options
Diffstat (limited to 'x11-misc/touchegg/files/touchegg.service')
-rw-r--r-- | x11-misc/touchegg/files/touchegg.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/touchegg/files/touchegg.service b/x11-misc/touchegg/files/touchegg.service new file mode 100644 index 0000000..de39200 --- /dev/null +++ b/x11-misc/touchegg/files/touchegg.service @@ -0,0 +1,13 @@ +[Unit] +Description=Touchégg Daemon +Documentation=https://github.com/JoseExposito/touchegg/tree/master/installation#readme + +[Service] +Type=simple +Group=input +ExecStart=/usr/bin/touchegg --daemon +Restart=on-failure +RestartSec=5s + +[Install] +WantedBy=multi-user.target |