Skip to content

Commit

Permalink
Add systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
milgner committed Jan 25, 2014
1 parent 614d0dd commit 0f6cb22
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions k290_fnkeyctl.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=Switch the K290 function keys to regular behaviour

[Service]
Type=oneshot
ExecStart=/usr/local/sbin/k290_fnkeyctl
RemainAfterExit=yes
RestartPreventExitStatus=1 2

[Install]
WantedBy=multi-user.target

0 comments on commit 0f6cb22

Please sign in to comment.