Files
Print_server/EpsonPrintService/postinst
2026-01-13 09:06:47 +01:00

5 lines
157 B
Plaintext

chmod +x start.sh
cp -rf epson.service /etc/systemd/system/epson.service
systemctl enable epson.service
systemctl start epson.service
systemctl daemon-reload