mirror of
https://github.com/zrepl/zrepl.git
synced 2025-04-13 05:58:55 +02:00
Fix invalid comment syntax
This commit is contained in:
parent
3edfe535c6
commit
c524acb2df
6
dist/systemd/zrepl.service
vendored
6
dist/systemd/zrepl.service
vendored
@ -21,8 +21,10 @@ RestrictRealtime=yes
|
|||||||
SystemCallArchitectures=native
|
SystemCallArchitectures=native
|
||||||
|
|
||||||
# BEGIN ProtectHome
|
# BEGIN ProtectHome
|
||||||
ProtectHome=read-only # DEBIAN STRETCH
|
# DEBIAN STRETCH
|
||||||
# ProtectHome=tmpfs # FEDORA 28 / 29
|
ProtectHome=read-only
|
||||||
|
# FEDORA 28 / 29
|
||||||
|
# ProtectHome=tmpfs
|
||||||
# END ProtectHome
|
# END ProtectHome
|
||||||
|
|
||||||
# BEGIN SystemCallFilter
|
# BEGIN SystemCallFilter
|
||||||
|
Loading…
Reference in New Issue
Block a user