Skip to content

Commit

Permalink
Import mxstartup-argh-cupsd.service as tonerlow-cupsd.service
Browse files Browse the repository at this point in the history
Import service unit used to run cupsd on tonerlow into repository.
Change its name, because we are going to deprecate the mechanism to
encode host names in service unit names and migrate to mxstartups
instead.
  • Loading branch information
donald committed Apr 12, 2018
1 parent 23c02b2 commit 115e5a4
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 115e5a4

Please sign in to comment.