2012-01-10 12:10:16 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Init Qubes Services settings
|
2012-01-11 19:10:23 +01:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
2012-01-14 01:36:22 +01:00
|
|
|
After=local-fs.target proc-xen.mount
|
2012-01-10 12:10:16 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/lib/qubes/init/qubes-sysinit.sh
|
|
|
|
StandardOutput=syslog
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|