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.
17 lines
298 B
17 lines
298 B
6 years ago
|
[Unit]
|
||
|
Description=n2n edge process, on %I
|
||
6 years ago
|
After=network-online.target syslog.target
|
||
|
Wants=network-online.target
|
||
6 years ago
|
BindsTo=ntopng.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStartPre=
|
||
|
ExecStart=/usr/sbin/edge /etc/n2n/edge-%i.conf -f
|
||
|
Restart=on-abnormal
|
||
|
RestartSec=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=ntopng.service
|
||
|
Alias=
|