forked from stove/dataset
debian: systemd-networkd after tmpfile.d
This commit is contained in:
parent
bb51db3e0a
commit
1c57c980d3
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rougail version="0.10">
|
||||
<services>
|
||||
<service name="systemd-networkd">
|
||||
<override/>
|
||||
</service>
|
||||
<service name="debian" manage="False">
|
||||
<file engine="none" source="tmpfile-tmp.conf">/tmpfiles.d/0tmp.conf</file>
|
||||
<file engine="none">/etc/default/locale</file>
|
||||
|
|
2
seed/base-debian/templates/systemd-networkd.service
Normal file
2
seed/base-debian/templates/systemd-networkd.service
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Unit]
|
||||
After=systemd-tmpfiles-setup.service
|
Loading…
Reference in a new issue