Last active 1 week ago

Revision f52fdc5778d5d0535b791b6ff2303f069edb2968

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
8WorkingDirectory=directory from which to run the service
9ExecStart=command to run the service
10Restart=on-failure
11
12[Install]
13WantedBy=multi-user.target