mirror of https://github.com/ntop/n2n.git
emanuele-f
6 years ago
committed by
Luca Deri
4 changed files with 19 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
[Unit] |
|||
Description=n2n edge process, on %I |
|||
After=network.target syslog.target |
|||
Wants= |
|||
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= |
Loading…
Reference in new issue