Advertisement
Justman10000

system.d

Jul 10th, 2023 (edited)
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. # Replace `Description` with the description of the application, `ExecStart`, with the command, that should be executed
  2.  
  3. [Unit]
  4. Description=Description
  5. After=network.target
  6. Wants=network-online.target
  7.  
  8. [Service]
  9. Restart=always
  10. Type=simple
  11. ExecStart=ExecStart
  12. Environment=
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement