2024-01-29 09:22:59 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Simple Terminal Server using Webtop Containers and Podman
|
|
|
|
After=podman.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/local/bin/podterminal
|
2024-01-29 16:45:51 +01:00
|
|
|
Type=simple
|
2024-01-29 09:22:59 +01:00
|
|
|
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
|