16 lines
305 B
Desktop File
16 lines
305 B
Desktop File
# Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
|
|
[Unit]
|
|
Description=Repair CP Service
|
|
After=network.target plesk-repaird.socket
|
|
Requires=plesk-repaird.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/lib/plesk-9.0/repaird
|
|
User=psaadm
|
|
Group=psaadm
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|