mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
![]() |
[Unit]
|
||
|
Description=PVE Hook daemon
|
||
|
After=syslog.target network.target pveproxy.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/bin/pve-hookd --hookdir /etc/hooks
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|