Files
dosh/packaging/systemd/dosh-server.service
T
Codex 6cfba5329d
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled
Clean up systemd service metadata
2026-06-11 08:44:05 -04:00

23 lines
485 B
Desktop File

[Unit]
Description=dosh dormant shell server
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=%h/.local/bin/dosh-server serve
Restart=on-failure
RestartSec=1
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=%h/.config/dosh %h/.local/share/dosh
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
RestrictRealtime=true
LockPersonality=true
MemoryDenyWriteExecute=true
[Install]
WantedBy=default.target