add insin package assets (install.cfg, hooks, systemd units)

This commit is contained in:
EugeneTes
2026-07-23 08:20:08 +00:00
parent 7dfce95dc1
commit 21ecea9741
5 changed files with 43 additions and 0 deletions

5
deploy/insin/prem Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
systemctl disable --now epson.service print_server.service 2>/dev/null || true
rm -f /etc/systemd/system/epson.service /etc/systemd/system/print_server.service
systemctl daemon-reload 2>/dev/null || true