podterminal/podterminal.service

22 lines
445 B
INI
Raw Normal View History

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
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