mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 19:45:10 +02:00
4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
[ -d /var/lib/spamassassin ] || sa-update
|
|
exec spamd ${OPTS}
|