diff options
| author | Liam Mitchell <[email protected]> | 2025-03-05 02:33:21 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-03-05 02:33:21 +0000 |
| commit | 2b823aa2088587575f62784c150af75c2535618b (patch) | |
| tree | 54cf2adb63dec15affcdb796335b472d19e06bac /src/zenutil/service.cpp | |
| parent | Initial implementation of service status reporting (diff) | |
| download | zen-2b823aa2088587575f62784c150af75c2535618b.tar.xz zen-2b823aa2088587575f62784c150af75c2535618b.zip | |
Update Linux service type and add libsystemd dependency
Diffstat (limited to 'src/zenutil/service.cpp')
| -rw-r--r-- | src/zenutil/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/service.cpp b/src/zenutil/service.cpp index c156b001c..ea7c2aae6 100644 --- a/src/zenutil/service.cpp +++ b/src/zenutil/service.cpp @@ -334,7 +334,7 @@ namespace { "StartLimitIntervalSec=0\n" "\n" "[Service]\n" - "Type=simple\n" + "Type=notify\n" "Restart=always\n" "RestartSec=1\n" "User={}\n" |