Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Replace `Description` with the description of the application, `ExecStart`, with the command, that should be executed
- [Unit]
- Description=Description
- After=network.target
- Wants=network-online.target
- [Service]
- Restart=always
- Type=simple
- ExecStart=ExecStart
- Environment=
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement