Advertisement
ade_talon

watcher.service

Apr 1st, 2022
1,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. [Unit]
  2. Description=Custom WATCHER service
  3. After=multi-user.target
  4.  
  5. [Service]
  6. Type=simple
  7. Restart=always
  8. ExecStart=/usr/bin/python3.10 /home/pi/scripts/watch/watcher.py
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement