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

14 lines
277 B
SYSTEMD
Raw Normal View History

2015-10-01 23:26:32 +03:00
[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