Last active 1 week ago

Revision b4b5f0601f6422326c71b43742c0e329293b6981

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=/home/fastapi/fastapi-app
9ExecStart=command to run the service
10Restart=on-failure
11
12[Install]
13WantedBy=multi-user.target