Skip to content

Commit

Permalink
Fettle around fixing up the system units for symbiosis-skel
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick J Cherry committed Jul 6, 2018
1 parent bf7748f commit 2a1482b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/debian/compat
@@ -1 +1 @@
9
10
9 changes: 6 additions & 3 deletions common/debian/rules
Expand Up @@ -17,9 +17,12 @@
dh $@ --buildsystem=ruby --with ruby --with-systemd

override_dh_installinit:
dh_installinit
dh_installinit symbiosis-skel.service
dh_installinit symbiosis-skel.path
# This service is called by symbiosis-skel.path, so no need to do
# anything other than install it.
dh_installinit --no-start --no-scripts --name symbiosis-skel
# GROSS HACK. dh_installinit doesn't seem to support systemd units
# other than service, so install it directly.
dh_install debian/symbiosis-skel.path lib/systemd/system/
dh_systemd_enable symbiosis-skel.path
dh_systemd_start symbiosis-skel.path

Expand Down
File renamed without changes.

0 comments on commit 2a1482b

Please sign in to comment.