Restart openbooks after the zpool mount

This commit is contained in:
coolneng 2023-02-14 20:59:08 +01:00
parent 52d7f68cf7
commit 63b442c6c9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ in {
systemctl restart syncthing systemctl restart syncthing
systemctl restart radicale systemctl restart radicale
systemctl restart gitea systemctl restart gitea
systemctl restart podman-openbooks
''; '';
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
requires = [ "sata-hat.service" ]; requires = [ "sata-hat.service" ];