simple-ddns-client/simple-ddns-client.service
2025-01-26 00:13:35 -03:00

19 lines
No EOL
372 B
Desktop File

[Unit]
Description=Simple DDNS Client
After=network.target
[Service]
ExecStart=/usr/bin/simple-ddns-client
MemoryDenyWriteExecute=true
PrivateDevices=true
PrivateTmp=true
ProtectControlGroups=true
ProtectHome=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectSystem=strict
RestrictNamespaces=true
RestrictRealtime=true
[Install]
WantedBy=multi-user.target