mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
- Set fifodir to /run to be the same as piddir (the default is $localstatedir/run) - Simplify init script, allow customization of command_args - Correct init script permission to 0755 (was 0775) - Recompile systab file on post-install and post-upgrade events - Set fcron user HOME to /var/spool/fcron
2 lines
53 B
Bash
2 lines
53 B
Bash
#!/bin/sh
|
|
/usr/bin/fcrontab -z -u systab 2>/dev/null
|