aboutsummaryrefslogblamecommitdiff
path: root/ejabberd.service.template
blob: 63100cb5e031d13e4450457028b606604aa2d33b (plain) (tree)
1
2
3
4
5
6
7
8
9




                       
            

              
                 
                  
            

                                                                                               
                                                    
                   


                          
[Unit]
Description=XMPP Server
After=network.target

[Service]
Type=forking
User=ejabberd
Group=ejabberd
LimitNOFILE=65536
Restart=on-failure
RestartSec=5
ExecStart=/bin/sh -c '@ctlscriptpath@/ejabberdctl start && @ctlscriptpath@/ejabberdctl started'
ExecStop=/bin/sh -c '@ctlscriptpath@/ejabberdctl stop && @ctlscriptpath@/ejabberdctl stopped'
ExecReload=@ctlscriptpath@/ejabberdctl reload_config
PrivateDevices=true

[Install]
WantedBy=multi-user.target