mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
units: don't run readahead done timers in containers
We don't run the collector in the container either, hence we don't need to stop it either.
This commit is contained in:
@@ -12,6 +12,7 @@ DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=default.target
|
||||
Before=shutdown.target
|
||||
ConditionVirtualization=no
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
@@ -12,6 +12,7 @@ DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=default.target
|
||||
Before=shutdown.target
|
||||
ConditionVirtualization=no
|
||||
|
||||
[Timer]
|
||||
OnActiveSec=30s
|
||||
|
||||
Reference in New Issue
Block a user