20 lines
314 B
SYSTEMD
20 lines
314 B
SYSTEMD
|
[Unit]
|
||
|
Description=Deluge Bittorrent Client Daemon
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=deluge
|
||
|
Group=deluge
|
||
|
UMask=007
|
||
|
|
||
|
ExecStart=/usr/bin/deluged -d
|
||
|
|
||
|
Restart=on-failure
|
||
|
|
||
|
# Configures the time to wait before service is stopped forcefully.
|
||
|
TimeoutStopSec=300
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|