Skip to content

Commit

Permalink
lxcfs: Add startup message
Browse files Browse the repository at this point in the history
Closes #560

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Sep 29, 2023
1 parent 2ae1113 commit 926a698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lxcfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,8 @@ int main(int argc, char *argv[])
fuse_argv[fuse_argc++] = new_argv[0];
fuse_argv[fuse_argc] = NULL;

lxcfs_info("Starting LXCFS at %s", argv[0]);

do_reload(false);
if (install_signal_handler(SIGUSR1, sigusr1_reload)) {
lxcfs_error("%s - Failed to install SIGUSR1 signal handler", strerror(errno));
Expand Down

0 comments on commit 926a698

Please sign in to comment.