summarylogtreecommitdiffstats
path: root/traggo.service
blob: 03c71c5b784f9df57a2ea74ba72ad99ea2b7d808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=traggo server
After=network.target

[Service]
Type=simple
User=traggo
Group=traggo
PrivateDevices=true
PrivateIPC=true
PrivateTmp=true
ProtectControlGroups=true
ProtectKernelTunables=true
ProtectSystem=strict
RuntimeDirectory=traggo
StateDirectory=traggo
ExecStart=/usr/bin/traggo-server

[Install]
WantedBy=multi-user.target