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