7 lines
141 B
Makefile
Executable file
7 lines
141 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with systemd
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --no-stop-on-upgrade --no-restart-after-upgrade
|