mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-22 06:09:45 +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]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/local/bin/zrepl --config /etc/zrepl/zrepl.yml configcheck
|
||||
ExecStart=/usr/local/bin/zrepl --config /etc/zrepl/zrepl.yml daemon
|
||||
RuntimeDirectory=zrepl
|
||||
RuntimeDirectory=zrepl zrepl/stdinserver
|
||||
RuntimeDirectoryMode=0700
|
||||
|
||||
ProtectSystem=strict
|
||||
|
Loading…
Reference in New Issue
Block a user