mirror of
https://github.com/YunoHost-Apps/opentracker_ynh.git
synced 2024-09-03 19:46:34 +02:00
16 lines
272 B
Desktop File
16 lines
272 B
Desktop File
[Unit]
|
|
Description=OpenTracker: Bittorrent tracker
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=__APP__
|
|
Group=__APP__
|
|
Type=simple
|
|
UMask=000
|
|
WorkingDirectory=__INSTALL_DIR__
|
|
ExecStart=__INSTALL_DIR__/opentracker &
|
|
RestartSec=15
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|