Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485196 | Differences between
and this patch

Collapse All | Expand All

(-)prosody.service (-4 / +3 lines)
Lines 3-12 Link Here
3
After=network.target
3
After=network.target
4
4
5
[Service]
5
[Service]
6
Type=forking
6
User=jabber
7
PIDFile=/var/run/jabber/prosody.pid
7
ExecStart=/usr/bin/prosody
8
ExecStart=/usr/bin/prosodyctl start
8
ExecReload=/bin/kill -HUP $MAINPID
9
ExecStop=/usr/bin/prosodyctl stop
10
9
11
[Install]
10
[Install]
12
WantedBy=multi-user.target
11
WantedBy=multi-user.target

Return to bug 485196