summaryrefslogtreecommitdiff
path: root/packaging/msg-server.service
blob: 7f4fb2c569dc24dd04162268c29c7ffaa8dd18d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Message server
After=contacts-service.service lazy_mount.service systemd-logind.service

[Service]
Type=simple
User=messaging
Group=messaging
SmackProcessLabel=System
ExecStart=/usr/bin/msg-server
Restart=on-failure
MemoryLimit=10M
Capabilities=cap_chown,cap_lease,cap_net_admin,cap_net_raw=i
SecureBits=keep-caps

[Install]
WantedBy=multi-user.target