]> git.proxmox.com Git - pve-common.git/commit - data/PVE/Daemon.pm
implement new Daemon features
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Dec 2014 12:44:35 +0000 (13:44 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Dec 2014 12:44:35 +0000 (13:44 +0100)
commitbdb5acce61521b0d023209cf18b8b62c8ab1713d
tree4fe1a39ab5ae24b6172798c1819318b6ceb52149
parent891b90974522820ac6e80c08e4f0a767e09993cd
implement new Daemon features

- allow to specify run_dir (directory to store pid file)

- make hup optional

- correctly untaint pid when reading from file

- restart daemon by HUP or stop/start

- allow to register reload command
data/PVE/Daemon.pm