mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-07 11:05:10 +02:00
Syslog is limited to a set of predefined facilities. The facility names nmbd and smbd are not on that list, so the loggers were not actually working till now.
2 lines
47 B
Bash
Executable file
2 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
exec logger -p daemon.notice -t smbd
|