We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43ed97f + 6811ef8 commit f1a851aCopy full SHA for f1a851a
system_files/usr/lib/systemd/system/rechunker-group-fix.service
@@ -16,11 +16,13 @@
16
Description=Fix groups for Legacy rechunker
17
Wants=local-fs.target
18
After=local-fs.target
19
+Before=systemd-user-sessions.service
20
# Before=systemd-sysusers.service
21
22
[Service]
23
Type=oneshot
-ExecStart=rm /etc/gshadow
24
+ExecStart=bash -c 'touch /etc/gshadow && chmod 600 /etc/gshadow'
25
+ExecStart=bash -c 'rm /etc/gshadow'
26
ExecStart=systemd-sysusers
27
ExecStart=rechunker-group-fix
28
ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
0 commit comments