mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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" $> ()
|
liftIO $ systemCtl RestartService "nginx" $> ()
|
||||||
|
|
||||||
syncRestarterService :: SyncOp
|
syncRestarterService :: SyncOp
|
||||||
syncRestarterService = SyncOp "Install Restarter Service" check migrate False
|
syncRestarterService = SyncOp "Install Restarter Service" check migrate True
|
||||||
where
|
where
|
||||||
wantedService = $(embedFile "config/restarter.service")
|
wantedService = $(embedFile "config/restarter.service")
|
||||||
wantedTimer = $(embedFile "config/restarter.timer")
|
wantedTimer = $(embedFile "config/restarter.timer")
|
||||||
|
|||||||
Reference in New Issue
Block a user