Files
lgpo-server/deploy/gpo-server.service
groot d191b871de
All checks were successful
release-tag / release-image (push) Successful in 1m37s
init
2026-08-05 10:46:09 +02:00

22 lines
478 B
Desktop File

[Unit]
Description=GPO Distributor Server
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=gpo-distributor
Group=gpo-distributor
EnvironmentFile=/etc/gpo-distributor/server.env
ExecStart=/usr/local/bin/gpo-server -listen :8443 -data /var/lib/gpo-distributor
Restart=on-failure
RestartSec=5
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=true
ReadWritePaths=/var/lib/gpo-distributor
[Install]
WantedBy=multi-user.target