1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/debian/lokinet.service
Jeff Becker c910a2a2fb
more
2019-04-05 10:58:22 -04:00

14 lines
332 B
Desktop File

[Unit]
Description=LokiNET: Anonymous Network layer thingydoo.
Wants=network-online.target
After=network-online.target
[Service]
User=debian-lokinet
SyslogIdentifier=lokinet
ExecStartPre=/bin/bash -c "/usr/bin/lokinet-bootstrap && /usr/bin/lokinet -g"
ExecStart=/usr/bin/lokinet
Restart=always
[Install]
WantedBy=multi-user.target