Merge remote-tracking branch 'qubesos/pr/103'
* qubesos/pr/103: Add missing services in Ubuntu templates.
This commit is contained in:
commit
df1046362e
4
Makefile
4
Makefile
@ -77,6 +77,10 @@ ifeq ($(shell lsb_release -is), Ubuntu)
|
|||||||
SYSTEM_DROPINS := $(strip $(patsubst crond.service, cron.service, $(SYSTEM_DROPINS)))
|
SYSTEM_DROPINS := $(strip $(patsubst crond.service, cron.service, $(SYSTEM_DROPINS)))
|
||||||
SYSTEM_DROPINS += anacron.service
|
SYSTEM_DROPINS += anacron.service
|
||||||
SYSTEM_DROPINS += anacron-resume.service
|
SYSTEM_DROPINS += anacron-resume.service
|
||||||
|
SYSTEM_DROPINS += netfilter-persistent.service
|
||||||
|
SYSTEM_DROPINS += exim4.service
|
||||||
|
SYSTEM_DROPINS += avahi-daemon.service
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Debian Dropins
|
# Debian Dropins
|
||||||
|
Loading…
Reference in New Issue
Block a user