Advertisement
thisiszeev

Untitled

Dec 19th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 0.17 KB | Source Code | 0 0
  1. [Unit]
  2. Description=Pick a description for the service.
  3.  
  4. [Service]
  5. ExecStart=bash /path/to/{mychosenscriptname}.sh
  6. Restart=always
  7.  
  8. [Install]
  9. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement