You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torrent-paradise/api/api.service

17 lines
273 B
INI

[Unit]
Description=Torrent Paradise API service
Requires=postgresql
[Service]
User=nextgen
WorkingDirectory=/home/nextgen
ExecStart=/home/nextgen/api
Restart=always
RestartSec=30
PrivateTmp=yes
NoNewPrivileges=true
PrivateDevices=yes
[Install]
WantedBy=multi-user.target