diff options
author | haarp <main.haarp@gmail.com> | 2023-08-11 17:51:14 +0200 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2023-08-11 17:51:14 +0200 |
commit | b3d3f69a919965c73ee095cb86a4cfd8827b0bab (patch) | |
tree | a667265c04ad11e5c1a010f6b4c5b79126a4b677 /x11-misc/touchegg/files/touchegg.service | |
parent | Upgrade screenruler to GTK3 version (diff) | |
download | haarp-b3d3f69a919965c73ee095cb86a4cfd8827b0bab.tar.gz haarp-b3d3f69a919965c73ee095cb86a4cfd8827b0bab.tar.bz2 haarp-b3d3f69a919965c73ee095cb86a4cfd8827b0bab.zip |
Add OpenRC daemon to Touchegg
Signed-off-by: haarp <main.haarp@gmail.com>
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 |