summarylogtreecommitdiffstats
path: root/xabber_ws.service
blob: 6052d9cf6d16b143ed96af5d708517985dd1611c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Xabber Websockets
After=network.target

[Service]
User=nobody
Type=simple
ExecStart=/usr/bin/xabber_ws foreground
Environment=HOME=/tmp

[Install]
WantedBy=multi-user.target