This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
yggdrasil: properly call the daemon with procd
Signed-off-by: William Fleurant <meshnet@protonmail.com>
lilik-openwrt-22.03
William Fleurant
5 years ago
committed by
Yousong Zhou
parent
fee12663cb
commit
9436ff4261
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
net/yggdrasil/files/yggdrasil.init
+ 3
- 1
net/yggdrasil/files/yggdrasil.init
View File
@ -11,8 +11,10 @@ start_service()
procd_open_instance
procd_open_instance
procd_set_param respawn
procd_set_param respawn
procd_set_param command /bin/ash -c "/usr/sbin/yggdrasil -useconffile /etc/yggdrasil.conf | logger -t yggdrasil"
procd_set_param command /usr/sbin/yggdrasil -useconffile /etc/yggdrasil.conf
procd_set_param stdout 1
procd_set_param stderr 1
procd_close_instance
procd_close_instance
}
}
Write
Preview
Loading…
Cancel
Save