You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/deluge/files/deluged.service

14 lines
277 B

[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