dist/systemd: fix ssh-transport: create stdinserver runtime directory

tested to work on Debian Stretch

refs #237
This commit is contained in:
Christian Schwarz 2019-10-25 16:44:55 +02:00
parent 6eda1f743f
commit 9e54f11960

View File

@ -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