2019-03-16 16:02:21 +01:00
|
|
|
[Unit]
|
|
|
|
Description=zrepl daemon
|
|
|
|
Documentation=https://zrepl.github.io
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2019-10-25 16:44:55 +02:00
|
|
|
ExecStartPre=/usr/local/bin/zrepl --config /etc/zrepl/zrepl.yml configcheck
|
2019-03-16 16:02:21 +01:00
|
|
|
ExecStart=/usr/local/bin/zrepl --config /etc/zrepl/zrepl.yml daemon
|
2019-10-25 16:44:55 +02:00
|
|
|
RuntimeDirectory=zrepl zrepl/stdinserver
|
2019-03-16 16:02:21 +01:00
|
|
|
RuntimeDirectoryMode=0700
|
|
|
|
|
2022-10-24 23:20:17 +02:00
|
|
|
# Make Go produce coredumps
|
|
|
|
Environment=GOTRACEBACK='crash'
|
|
|
|
|
2019-03-16 16:02:21 +01:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|