Skip to content

Commit

Permalink
Merge pull request #40 from mariux64/add-cupsd-service
Browse files Browse the repository at this point in the history
Import mxstartup-argh-cupsd.service as tonerlow-cupsd.service
  • Loading branch information
donald authored Apr 12, 2018
2 parents 23c02b2 + 115e5a4 commit 832fc9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@ install_data kvm_monitor/51-raritan-kvm.rules "$DESTDIR$udev_rulesdir
install_data misc_systemd_units/udev-settled.target "$DESTDIR$systemdunitdir/udev-settled.target"
install_exec mxmirror/mxmirror "$DESTDIR$usr_sbindir/mxmirror"
install_data misc_systemd_units/named.service "$DESTDIR$systemdunitdir/named.service"
install_data misc_systemd_units/tonerlow-cupsd.service "$DESTDIR$systemdunitdir/tonerlow-cupsd.service"

exit
7 changes: 7 additions & 0 deletions misc_systemd_units/tonerlow-cupsd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Unit]
Description=Tonerlow Cups Printing Service

[Service]
ExecStart=/package/tonerlow/cups-2.1.4/sbin/cupsd -f
Restart=always
RestartSec=10s

0 comments on commit 832fc9a

Please sign in to comment.