mirror of
https://github.com/zrepl/zrepl.git
synced 2025-02-02 03:29:13 +01:00
dist/systemd: fix ssh-transport: create stdinserver runtime directory
tested to work on Debian Stretch refs #237
This commit is contained in:
parent
6eda1f743f
commit
9e54f11960
3
dist/systemd/zrepl.service
vendored
3
dist/systemd/zrepl.service
vendored
@ -4,8 +4,9 @@ Documentation=https://zrepl.github.io
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
ExecStartPre=/usr/local/bin/zrepl --config /etc/zrepl/zrepl.yml configcheck
|
||||||
ExecStart=/usr/local/bin/zrepl --config /etc/zrepl/zrepl.yml daemon
|
ExecStart=/usr/local/bin/zrepl --config /etc/zrepl/zrepl.yml daemon
|
||||||
RuntimeDirectory=zrepl
|
RuntimeDirectory=zrepl zrepl/stdinserver
|
||||||
RuntimeDirectoryMode=0700
|
RuntimeDirectoryMode=0700
|
||||||
|
|
||||||
ProtectSystem=strict
|
ProtectSystem=strict
|
||||||
|
Loading…
Reference in New Issue
Block a user