Files
nextcloud-samba-sync/src/definitions.h
bartfaik04 31ec926793
All checks were successful
Build / build (push) Successful in 11s
Use configfilemanager to get the real command
2025-06-07 09:26:15 +02:00

13 lines
412 B
C++

#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 %1% /var/www/html/occ files:scan --path="
#define SCAN_CMD_GRP "docker exec --user www-data %1% /var/www/html/occ groupfolder:scan "
std::vector<std::string> splitString(const std::string& input, char delimiter);
#endif // _LOCATIONS_H