mirror of
https://github.com/tonarino/innernet.git
synced 2025-02-09 13:47:14 +02:00
14 lines
282 B
SYSTEMD
14 lines
282 B
SYSTEMD
|
[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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|