mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
6581ea7b67
They belong in the [Unit] section, not the [Service] section.
18 lines
473 B
Desktop File
18 lines
473 B
Desktop File
[Unit]
|
|
Description=LokiNET: Anonymous Network layer thingydoo, router (testnet)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
AssertFileNotEmpty=/var/lib/lokinet/testnet/bootstrap.signed
|
|
|
|
[Service]
|
|
User=_lokinet
|
|
SyslogIdentifier=lokinet-router
|
|
WorkingDirectory=/var/lib/lokinet/testnet-router
|
|
ExecStart=/usr/bin/lokinet /var/lib/lokinet/testnet-router/lokinet.ini
|
|
Environment=LOKINET_NETID=gamma
|
|
Restart=always
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|