mirror of
https://github.com/urbanguacamole/torrent-paradise.git
synced 2022-02-03 00:44:15 +03:00
17 lines
273 B
Desktop File
17 lines
273 B
Desktop File
[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
|