2012-01-10 12:10:16 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Qubes misc post-boot actions
|
2015-10-14 21:09:49 +02:00
|
|
|
After=qubes-dvm.service qubes-mount-dirs.service
|
2012-01-10 12:10:16 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/lib/qubes/init/misc-post.sh
|
2012-02-06 15:29:36 +01:00
|
|
|
ExecStop=/usr/lib/qubes/init/misc-post-stop.sh
|
2012-01-10 12:10:16 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|