[Linux] Add imwheel service

This commit is contained in:
Ivan Malison 2016-09-27 17:06:16 -07:00
parent 72e833794c
commit 3b6de279e7
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,11 @@
[Unit]
Description=imwheel
[Service]
Type=simple
ExecStart=/usr/bin/imwheel -b "4 5"
ExecStop=/usr/bin/pkill imwheel
RemainAfterExit=yes
[Install]
WantedBy=wm.target