Files
server/usr/lib/systemd/system/wdcollect.service
2026-01-07 20:52:11 +01:00

23 lines
624 B
Desktop File

# Copyright 1999-2025. WebPros International GmbH. All rights reserved.
# /lib/systemd/system/wdcollect.service
#
# Used to start one of the System Watchdog wdcollect daemon
#
[Unit]
Description=Watchdog wdcollect
Requires=nss-lookup.target remote-fs.target
After=nss-lookup.target remote-fs.target
Wants=network.target
After=network.target
Before=getty@tty1.service
[Service]
Restart=always
ExecStart=/opt/psa/admin/bin/modules/watchdog/wdcollect --log=/var/log/plesk/modules/wdcollect.log --cert=/opt/psa/admin/conf/httpsd.pem
# Extension panics after 20 seconds
TimeoutStopSec=15
[Install]
WantedBy=multi-user.target