Compare commits
3 Commits
990ded6d1d
...
be8d5ccf16
| Author | SHA1 | Date | |
|---|---|---|---|
| be8d5ccf16 | |||
| 18c60bf085 | |||
| d3d90f6e94 |
@@ -340,10 +340,12 @@ in
|
||||
description = "Sovran_SystemsOS Hub Web Interface";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
conflicts = [ "sovran-hub-reboot.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${sovran-hub-web}/bin/sovran-hub-web";
|
||||
Restart = "on-failure";
|
||||
RestartPreventExitStatus = "SIGTERM";
|
||||
RestartSec = "5s";
|
||||
User = "root";
|
||||
StandardOutput = "journal";
|
||||
|
||||
Reference in New Issue
Block a user