Add sample systemd service

This commit is contained in:
Travis Burtrum 2017-11-16 00:31:56 -05:00
parent ca28b96982
commit 99cf9c452f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[Unit]
Description=rusty-keys keymapper service
After=systemd-udevd.service
[Service]
ExecStart=/usr/bin/rusty-keys
[Install]
WantedBy=default.target