mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/mfsmetalogger
|
|
|
|
depend() {
|
|
need syslog
|
|
after net
|
|
}
|