fix: dont remove service file from script as well
This commit is contained in:
parent
3aa121d9da
commit
643281dfb3
1 changed files with 0 additions and 2 deletions
|
|
@ -2,9 +2,7 @@
|
|||
set -e
|
||||
|
||||
# Remove systemd service file
|
||||
rm -f /etc/systemd/system/scron.service
|
||||
systemctl daemon-reload
|
||||
|
||||
# Optionally remove user (commented out to preserve logs/data)
|
||||
# userdel scron 2>/dev/null || true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue