mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[deb] Include sysvinit services and files in the package
Thanks to nthykier and pabs on #debian-mentor.
This commit is contained in:
parent
6461ef4f9b
commit
5405b87547
1 changed files with 2 additions and 1 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -8,7 +8,8 @@
|
|||
dh ${@} --with=python2,systemd
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --noscripts
|
||||
dh_installinit -pyunohost --name=yunohost-api --noscripts
|
||||
dh_installinit -pyunohost --name=yunohost-firewall --noscripts
|
||||
|
||||
override_dh_systemd_enable:
|
||||
dh_systemd_enable --name=yunohost-api
|
||||
|
|
Loading…
Add table
Reference in a new issue