diff options
| author | Jeff Carr <[email protected]> | 2025-03-06 05:31:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-06 05:34:25 -0600 |
| commit | 560162d2b2f97b8c653b62fc2e03d5c838514284 (patch) | |
| tree | e20c3f90afc065091ca733e93c24f146c5d410f6 | |
| parent | 58ad49600aa3edc0d020a4ae4cd6d80a6347a730 (diff) | |
thanks chatgptv0.0.52
| -rw-r--r-- | zood.service | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/zood.service b/zood.service index ee7d48f..eec34ff 100644 --- a/zood.service +++ b/zood.service @@ -1,13 +1,14 @@ [Unit] Description=zood +After=network.target [Service] User=root Type=simple ExecStart=/usr/bin/zood --daemon -ExecStop=killall zood -Restart=on-failure -RestartSec=5 +Restart=always +RestartSec=5s +KillMode=process [Install] WantedBy=multi-user.target |
