reboot to start up restarter daemon

This commit is contained in:
Aiden McClelland
2020-12-02 16:10:16 -07:00
committed by Keagan McClelland
parent 26cf4ea418
commit 0dee648078

View File

@@ -538,7 +538,7 @@ replaceDerivativeCerts = do
liftIO $ systemCtl RestartService "nginx" $> ()
syncRestarterService :: SyncOp
syncRestarterService = SyncOp "Install Restarter Service" check migrate False
syncRestarterService = SyncOp "Install Restarter Service" check migrate True
where
wantedService = $(embedFile "config/restarter.service")
wantedTimer = $(embedFile "config/restarter.timer")