mirror of https://github.com/ntop/n2n.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
279 B
16 lines
279 B
6 years ago
|
[Unit]
|
||
|
Description=n2n edge process
|
||
6 years ago
|
After=network-online.target syslog.target nfw.target
|
||
6 years ago
|
Wants=network-online.target
|
||
6 years ago
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStartPre=
|
||
6 years ago
|
ExecStart=/usr/sbin/edge /etc/n2n/edge.conf -f
|
||
6 years ago
|
Restart=on-abnormal
|
||
|
RestartSec=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Alias=
|