]> git.pld-linux.org Git - packages/systemd.git/blame - timesync_in_vm.patch
Fix systemd.daemon.is_fifo under Python 3.x
[packages/systemd.git] / timesync_in_vm.patch
CommitLineData
4fb1ed28
JK
1diff -dur -x '*~' systemd-219.orig/units/systemd-timesyncd.service.in systemd-219/units/systemd-timesyncd.service.in
2--- systemd-219.orig/units/systemd-timesyncd.service.in 2015-02-11 18:28:06.000000000 +0100
3+++ systemd-219/units/systemd-timesyncd.service.in 2015-07-10 09:45:32.000000000 +0200
4@@ -9,7 +9,7 @@
5 Description=Network Time Synchronization
6 Documentation=man:systemd-timesyncd.service(8)
7 ConditionCapability=CAP_SYS_TIME
8-ConditionVirtualization=no
9+ConditionVirtualization=!container
10 DefaultDependencies=no
11 RequiresMountsFor=/var/lib/systemd/clock
12 After=systemd-remount-fs.service systemd-tmpfiles-setup.service systemd-sysusers.service
This page took 0.023706 seconds and 4 git commands to generate.