mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
reboot to start up restarter daemon
This commit is contained in:
committed by
Keagan McClelland
parent
26cf4ea418
commit
0dee648078
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user