Last active 1 week ago

Revision 7d82b49020eab540e9d0f1168f00b5402884e79d

example.service Raw
1[Unit]
2Description=description of the service
3After=network.target
4
5[Service]
6User=specific user for this service
7Group=specific user for this service
8ExecStart=command to run the service
9Restart=on-failure
10
11[Install]
12WantedBy=multi-user.target