5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-23 02:04:19 +03:00

add service description, fix socket mode

This commit is contained in:
Dietmar Maurer 2015-03-09 12:50:18 +01:00
parent bcde32d44e
commit 3e5fd654d1
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,5 @@
[Unit]
Description=Proxmox VE watchdog multiplexer
[Service]
ExecStart=/usr/sbin/watchdog-mux

View File

@ -1,5 +1,9 @@
[Unit]
Description=Proxmox VE watchdog multiplexer socket
[Socket]
ListenStream=/run/watchdog-mux.sock
SocketMode=0600
[Install]
WantedBy=sockets.target