[DEV] add default systemd interface
This commit is contained in:
parent
f4a41e57e9
commit
e3a2b86a55
12
tools/router/data/zeus-router.service
Normal file
12
tools/router/data/zeus-router.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=zeus main router interface
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network.target network-online.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
#EnvironmentFile=/etc/conf.d/ushare
|
||||||
|
ExecStart=/home/heero/.local/application/moebius-package-base.app/bin/zeus-router
|
||||||
|
Type=forking
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user