Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 529194

Summary: net-p2p/deluge - add systemd service files
Product: Gentoo Linux Reporter: Craig Andrews <candrews>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: candrews
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 448882    

Description Craig Andrews gentoo-dev 2014-11-13 23:50:17 UTC
net-p2p/deluge doesn't provide systemd service files.

Upstream documentation: http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd

Suggested unit files:
/etc/systemd/system/deluged.service:
[Unit]
Description=Deluge Bittorrent Client Daemon 
After=network.target

[Service]
User=deluge
Type=simple
ExecStart=/usr/bin/deluged -d

[Install]
WantedBy=multi-user.target

/etc/systemd/system/deluge-web.service:
[Unit]
Description=Deluge Bittorrent Client Web Interface
After=network.target

[Service]
User=deluge
Type=simple
ExecStart=/usr/bin/deluge-web

[Install]
WantedBy=multi-user.target

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2014-11-14 08:42:40 UTC

*** This bug has been marked as a duplicate of bug 475868 ***