mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-04 13:57:29 +00:00
Merge branch 'timer-units' into 'master'
Mask more irrelevant timer units (#140) See merge request fdupoux/sysresccd-src!81
This commit is contained in:
commit
320d021c52
1 changed files with 3 additions and 0 deletions
|
|
@ -37,8 +37,11 @@ systemctl enable sysresccd-initialize.service
|
|||
systemctl enable sysresccd-autorun.service
|
||||
systemctl set-default multi-user.target
|
||||
|
||||
# Mask irrelevant timer units (#140)
|
||||
systemctl mask atop-rotate.timer
|
||||
systemctl mask shadow.timer
|
||||
systemctl mask man-db.timer
|
||||
systemctl mask updatedb.timer
|
||||
|
||||
# Provide additional commands (using busybox instead of binutils to save space)
|
||||
ln -sf /usr/bin/busybox /usr/local/bin/ar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue