control: tags 783368 -newcomer Le dimanche 26 avril 2015, 14:56:32 Michael Biebl a écrit : > > Which service creates that cookie in /var?
I don't know, I tried to overide the various .service files, I still end up with this cookie re-created. As you'll see, my last attempt was on 2015-02-01, but it still happens now. [OVERRIDDEN] /etc/systemd/system/alsa-state.service → /lib/systemd/system/alsa-state.service --- /lib/systemd/system/alsa-state.service 2014-07-08 12:08:05.000000000 +0200 +++ /etc/systemd/system/alsa-state.service 2015-01-30 08:32:01.050640876 +0100 @@ -10,6 +10,7 @@ After=sysinit.target Before=shutdown.target Conflicts=shutdown.target +RequiresMountsFor=/var [Service] Type=simple [OVERRIDDEN] /etc/systemd/system/alsa-store.service → /lib/systemd/system/alsa-store.service --- /lib/systemd/system/alsa-store.service 2014-07-08 12:08:05.000000000 +0200 +++ /etc/systemd/system/alsa-store.service 2015-02-01 21:55:41.421514351 +0100 @@ -11,4 +11,4 @@ [Service] Type=oneshot -ExecStart=/usr/sbin/alsactl -E HOME=/var/run/alsa store +ExecStart=/usr/sbin/alsactl -E HOME=/run/alsa store [OVERRIDDEN] /etc/systemd/system/alsa-restore.service → /lib/systemd/system/alsa-restore.service --- /lib/systemd/system/alsa-restore.service 2014-07-08 12:08:05.000000000 +0200 +++ /etc/systemd/system/alsa-restore.service 2015-02-01 21:55:29.085685839 +0100 @@ -11,7 +11,8 @@ After=alsa-state.service Before=shutdown.target Conflicts=shutdown.target +RequiresMountsFor=/var [Service] Type=oneshot -ExecStart=-/usr/sbin/alsactl -E HOME=/var/run/alsa restore +ExecStart=-/usr/sbin/alsactl -E HOME=/run/alsa restore
signature.asc
Description: This is a digitally signed message part.

