From abeaff7694ef2fb91749250f6d300080679c712c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 16 Sep 2026 13:00:54 +0200 Subject: [PATCH] systemd: Put rpc-statd and rpc-statd-notify mask under system/ The symbolic links exist on *deinemdudah* already, so just get everything in order. @deinemuddah:~$ ls -l --full-time /etc/systemd/rpc-statd* lrwxrwxrwx 1 root root 9 2024-07-19 17:34:38.000000000 +0200 /etc/systemd/rpc-statd-notify.service -> /dev/null lrwxrwxrwx 1 root root 9 2024-07-19 17:34:38.000000000 +0200 /etc/systemd/rpc-statd.service -> /dev/null @deinemuddah:~$ ls -l --full-time /etc/systemd/system/rpc-statd* lrwxrwxrwx 1 root root 9 2024-11-06 11:20:09.000000000 +0100 /etc/systemd/system/rpc-statd-notify.service -> /dev/null lrwxrwxrwx 1 root root 9 2024-11-06 11:20:06.000000000 +0100 /etc/systemd/system/rpc-statd.service -> /dev/null Fixes: 6269b3336b79 ("Mask rpc-statd and rpc-statd-notify services") --- etc/systemd/{ => system}/rpc-statd-notify.service | 0 etc/systemd/{ => system}/rpc-statd.service | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename etc/systemd/{ => system}/rpc-statd-notify.service (100%) rename etc/systemd/{ => system}/rpc-statd.service (100%) diff --git a/etc/systemd/rpc-statd-notify.service b/etc/systemd/system/rpc-statd-notify.service similarity index 100% rename from etc/systemd/rpc-statd-notify.service rename to etc/systemd/system/rpc-statd-notify.service diff --git a/etc/systemd/rpc-statd.service b/etc/systemd/system/rpc-statd.service similarity index 100% rename from etc/systemd/rpc-statd.service rename to etc/systemd/system/rpc-statd.service