mirror of https://github.com/ntop/n2n.git
Emanuele Faranda
6 years ago
committed by
Luca Deri
6 changed files with 24 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
[Unit] |
|||
Description=n2n edge process, on %I |
|||
After=network.target syslog.target |
|||
Wants= |
|||
|
|||
[Service] |
|||
Type=simple |
|||
ExecStartPre= |
|||
ExecStart=/usr/sbin/edge /etc/n2n/edge-%i.conf -f |
|||
Restart=on-abnormal |
|||
RestartSec=5 |
|||
|
|||
[Install] |
|||
WantedBy=multi-user.target |
|||
Alias= |
Loading…
Reference in new issue