24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00
xmpp.chapril.org-ejabberd/ejabberd.service.template

18 lines
333 B
Plaintext
Raw Normal View History

2015-02-23 15:52:18 +01:00
[Unit]
Description=XMPP Server
After=network.target
[Service]
User=ejabberd
Group=ejabberd
LimitNOFILE=16000
RestartSec=5
2016-03-24 11:06:42 +01:00
ExecStart=@ctlscriptpath@/ejabberdctl start
2015-02-23 15:52:18 +01:00
ExecStop=@ctlscriptpath@/ejabberdctl stop
ExecReload=@ctlscriptpath@/ejabberdctl reload_config
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target