This commit is contained in:
EugeneTes
2026-01-23 16:37:41 +01:00
parent 71300aab24
commit 70466d1007
7 changed files with 39 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
systemctl stop print_server.service
systemctl disable print_server.service
rm -f /etc/systemd/system/print_server.service
systemctl daemon-reload