• nextime's avatar
    Fix watchdog daemonization with setsid · 309d1940
    nextime authored
    - Use setsid to properly daemonize main() function
    - setsid bash -c 'main' & creates independent process group
    - Prevents main() from being killed when parent script exits
    - Fixed both wssshd and wssshc watchdogs
    - Watchdog processes should now persist correctly
    309d1940
Name
Last commit
Last update
..
changelog Loading commit data...
control Loading commit data...
copyright Loading commit data...
postinst Loading commit data...
postrm Loading commit data...
rules Loading commit data...
wssshc-watchdog Loading commit data...
wssshc.default Loading commit data...
wssshc.logrotate Loading commit data...
wssshc.service Loading commit data...