podterminal/podterminal.service
Johannes Bülow d8e9d7a738
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
now starts webserver in goroutine, can now (in theory) listen on SSL
2024-01-29 16:45:51 +01:00

21 lines
445 B
Desktop File

[Unit]
Description=Simple Terminal Server using Webtop Containers and Podman
After=podman.service
[Service]
ExecStart=/usr/local/bin/podterminal
Type=simple
Restart=on-failure
DeviceAllow=/dev/dri/renderD128
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictSUIDSGID=true
ProtectClock=true
PrivateTmp=true
ReadWritePaths=/run/podman/podman.sock
[Install]
WantedBy=multi-user.target