mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
create log and data dirs
This commit is contained in:
parent
b29dca089a
commit
de6cf786f3
2 changed files with 8 additions and 1 deletions
|
@ -1771,6 +1771,9 @@ case "_unlink":
|
|||
unlink(vars["_service"]);
|
||||
return 1;
|
||||
case "_exit":
|
||||
// so this is some kind of ugly hack not to be used.. huh?
|
||||
announce(AVAILABILITY_OFFLINE);
|
||||
// fall thru
|
||||
case "_quit":
|
||||
// bye(vars["_reason"]);
|
||||
quit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue