Guest User

Untitled

a guest
Mar 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [Unit]
  2. Description=mpd timer
  3.  
  4. [Timer]
  5. OnCalendar=minutely
  6. Persistent=true
  7.  
  8. [Install]
  9. WantedBy=default.target
  10.  
  11. [Unit]
  12. Description=mpd
  13.  
  14. [Service]
  15. ExecStart=/home/redacted/temp/mpd-service/mpd.sh
  16. Type=oneshot
Add Comment
Please, Sign In to add comment