/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packaging/linux/systemd/keybase.service
23 строки
678 B
heronhaye
use consistent envfile directory (#15757)
30 янв 2019, 01:06
Не верифицирован
30 янв 2019, 01:06
720606f
Код
Авторство
О чём код?
[Unit] Description=Keybase core service [Service] # "notify" means we promise to call SdNotify() at the end of startup. Type=notify Environment=KEYBASE_SERVICE_TYPE=systemd # Backwards-compatibility EnvironmentFile=-%t/keybase/keybase.env # Use %h/.config instead of %E because %E isn't supported in systemd 229 # though this breaks non-standard $XDG_CONFIG_HOMEs. # See GetEnvFileDir; change when Debian # updates to a systemd version accepting %E. EnvironmentFile=-%h/.config/keybase/keybase.autogen.env EnvironmentFile=-%h/.config/keybase/keybase.env ExecStart=/usr/bin/keybase --use-default-log-file --debug service Restart=on-failure [Install] WantedBy=default.target