Skip to content

Commit 76b005d

Browse files
authoredJul 13, 2018
Merge pull request ntop#23 from moshengrenzenme/master
Update edge.service.in
2 parents b34c4a3 + 9dd8375 commit 76b005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/etc/systemd/system/edge.service.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Wants=
66
[Service]
77
Type=simple
88
ExecStartPre=
9-
ExecStart=/usr/sbin/edge -d n2n0 -c mynetwork -k mypassword -m DE:AD:BE:EF:99:99 -a 1.2.3.4 -p 50001 -l 7.8.9.0:7777
9+
ExecStart=/usr/sbin/edge -d n2n0 -c mynetwork -k mypassword -m DE:AD:BE:EF:99:99 -a 1.2.3.4 -p 50001 -l 7.8.9.0:7777 -f
1010
Restart=on-abnormal
1111
RestartSec=5
1212

0 commit comments

Comments
 (0)
Please sign in to comment.