blob: abc77b75d7dcd32bac02b65f624afe0cd58c0f84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Jabberd14 Jabber server
[Service]
User=jabberd
Group=jabberd
ExecStart=/usr/bin/jabberd
Restart=always
PrivateTmp=true
[Install]
WantedBy=multi-user.target
|