Support groupfolder scan
This commit is contained in:
11
src/definitions.h
Normal file
11
src/definitions.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _LOCATIONS_H
|
||||
#define _LOCATIONS_H
|
||||
|
||||
#define LOGFILE "journalctl -u smbd --since now -f"
|
||||
|
||||
#define USER_LOG_LOCATION 3
|
||||
|
||||
#define SCAN_CMD_USR "docker exec --user www-data nextcloud /var/www/html/occ files:scan --path="
|
||||
#define SCAN_CMD_GRP "docker exec --user www-data nextcloud /var/www/html/occ groupfolder:scan "
|
||||
|
||||
#endif // _LOCATIONS_H
|
||||
Reference in New Issue
Block a user