Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
feld (feld@bikeshed.party)'s status on Tuesday, 01-Aug-2023 23:49:51 JSTfeld pipe it through syslog hack:
/var/service/foo/run:
#!/bin/sh
exec 2>&1
whatever else to start the service
/var/service/foo/log/run:
#!/bin/sh
exec /usr/bin/logger -t foo -p daemon.info