mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
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 3982becc92
.
This commit is contained in:
parent
059cc610b7
commit
fa10451686
@ -28,9 +28,9 @@ Delegate=yes
|
|||||||
TasksMax=16384
|
TasksMax=16384
|
||||||
{{SERVICE_WATCHDOG}}
|
{{SERVICE_WATCHDOG}}
|
||||||
|
|
||||||
# Enforce a strict device policy, similar to the one nspawn configures when it
|
{# 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
|
# allocates its own scope unit. Make sure to keep these policies in sync if you
|
||||||
# change them!
|
# change them! #}
|
||||||
DevicePolicy=closed
|
DevicePolicy=closed
|
||||||
DeviceAllow=/dev/net/tun rwm
|
DeviceAllow=/dev/net/tun rwm
|
||||||
DeviceAllow=char-pts rw
|
DeviceAllow=char-pts rw
|
||||||
|
Loading…
Reference in New Issue
Block a user