store settings upon exit

This commit is contained in:
Andreas Öman 2007-12-02 14:52:13 +00:00
parent 47a39092fe
commit 4dcee778d3

2
main.c
View file

@ -225,6 +225,8 @@ main(int argc, char **argv)
syslog(LOG_NOTICE, "Exiting HTS TV Headend");
settings_write();
if(forkaway)
unlink("/var/run/tvhead.pid");