upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / gortr / trunk / gortr.service
blob4b2500bbeeb3c869a1fdbed96ce4951122f1fc20
1 [Unit]
2 Description=GoRTR
3 After=network.target
4 Wants=network-online.target
6 [Service]
7 Type=simple
8 Restart=on-failure
9 RestartSec=10s
10 EnvironmentFile=/etc/conf.d/gortr
11 WorkingDirectory=/usr/lib/gortr
12 ExecStart=/usr/bin/gortr $GORTR_ARGS
13 User=gortr
14 PrivateDevices=yes
15 PrivateTmp=yes
16 ProtectSystem=full
17 ProtectHome=yes
18 CapabilityBoundingSet=cap_net_raw
19 AmbientCapabilities=cap_net_raw
21 [Install]
22 WantedBy=multi-user.target