Advertisement
ChrisS

logkeys.service

Sep 4th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [Unit]
  2. Description=Keylogger daemon
  3.  
  4. [Service]
  5. Type=forking
  6. GuessMainPID=yes
  7. EnvironmentFile=/etc/conf.d/logkeysd
  8. ExecStart=/usr/bin/logkeys --start $logkeys_parameters
  9. ExecStop=/usr/bin/logkeys --kill
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement