1
0
mirror of https://github.com/tonarino/innernet.git synced 2026-04-26 20:02:40 +02:00
Files

16 lines
389 B
Desktop File
Raw Permalink Normal View History

2021-03-30 02:22:14 +09:00
[Unit]
Description=innernet server for %I
After=network-online.target nss-lookup.target
Wants=network-online.target nss-lookup.target
[Service]
Type=simple
Environment="RUST_LOG=info"
ExecStart=/usr/bin/innernet-server serve %i
Restart=always
# When the daemon exits, wait this amount of secs before restarting instead of default 100ms.
RestartSec=1
2021-03-30 02:22:14 +09:00
[Install]
WantedBy=multi-user.target