22 lines
478 B
Desktop File
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
|