mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
14 lines
No EOL
379 B
Desktop File
14 lines
No EOL
379 B
Desktop File
[Unit]
|
|
Before=network.target
|
|
|
|
[Service]
|
|
# Set the log level
|
|
Environment="RUST_LOG=info"
|
|
ExecStart=/usr/bin/netnsd daemon
|
|
Restart=on-failure
|
|
# Tell systemd to send SIGUP when reloading the service instead of restarting the process.
|
|
# This lets the user reload the config without interrupting any open forwarded connections.
|
|
Type=notify-reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |