From fa1045168621eeb022b950075df7d871ece90b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 16 May 2021 19:08:50 +0200 Subject: [PATCH] units: strip out the developer comment in .service unit again The comment talks about upstream development steps and doesn't make sense for users. We used special '## ' syntax to strip it out during build, but it got inadvertently reformatted as a normal comment in 3982becc92197b920d86f03c3c52ae085e26ca60. --- units/systemd-nspawn@.service.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index 83761e7e8bc..d7bae83ac2e 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -28,9 +28,9 @@ Delegate=yes TasksMax=16384 {{SERVICE_WATCHDOG}} -# Enforce a strict device policy, similar to the one nspawn configures when it -# allocates its own scope unit. Make sure to keep these policies in sync if you -# change them! +{# Enforce a strict device policy, similar to the one nspawn configures when it + # allocates its own scope unit. Make sure to keep these policies in sync if you + # change them! #} DevicePolicy=closed DeviceAllow=/dev/net/tun rwm DeviceAllow=char-pts rw