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,6 @@
#!/bin/bash
chmod +x start.sh
cp -rf print_server.service /etc/systemd/system/print_server.service
systemctl daemon-reload
systemctl enable print_server.service
systemctl start print_server.service