Overlay/net-p2p/deluge/files/deluged.service

14 lines
277 B
Desktop File

[Unit]
Description=Deluge BitTorrent client
After=network.target local-fs.target
Wants=local-fs.target
[Service]
EnvironmentFile=/etc/conf.d/deluged
User=deluge
Group=deluge
ExecStart=/usr/bin/deluged -d -p $DELUGED_PORT $DELUGED_OPTIONS
[Install]
WantedBy=multi-user.target