1
0
Fork 0
dwelling-home/init/systemd.service

37 lines
802 B
SYSTEMD
Raw Normal View History

2023-01-16 05:24:07 +04:00
[Unit]
Description=Arav's dwelling / Home
After=network-online.target
[Service]
Type=simple
Restart=on-failure
DynamicUser=yes
2023-05-14 20:08:29 +04:00
ExecStart=/usr/bin/dwelling-home -l /var/run/dwelling-home/sock -db /var/lib/dwelling-home -ce 10m -gbo Arav -gbp 60
2023-01-16 05:24:07 +04:00
ReadOnlyPaths=/
RuntimeDirectory=dwelling-home
StateDirectory=dwelling-home
AmbientCapabilities=
CapabilityBoundingSet=
LockPersonality=true
MemoryDenyWriteExecute=true
NoNewPrivileges=true
PrivateDevices=true
ProtectClock=true
ProtectControlGroups=true
ProtectHome=true
ProtectKernelLogs=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectSystem=strict
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
RestrictNamespaces=true
RestrictRealtime=true
RestrictSUIDSGID=true
SystemCallArchitectures=native
[Install]
WantedBy=multi-user.target