Advertisement
victorbrca

kde_lockscreen.service

May 23rd, 2018
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. [Unit]
  2. Description=KDE Auto Lock Screen
  3.  
  4. [Service]
  5. Type=simple
  6. StandardOutput=journal
  7. ExecStart=/home/victor/bin/kde_lockscreen.sh
  8. PIDFile=/tmp/kde_lockscreen.pid
  9.  
  10. [Install]
  11. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement