mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 05:25:34 +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
|