Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529194 - net-p2p/deluge - add systemd service files
Summary: net-p2p/deluge - add systemd service files
Status: RESOLVED DUPLICATE of bug 475868
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2014-11-13 23:50 UTC by Craig Andrews
Modified: 2014-11-14 08:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***