> + if(-f "/lib/systemd/system/ceph-osd at .service") {
> + if ($service =~ m/^(\S+)\.(\d+)$/) {
> + $service = "ceph-$1@$2";
> + PVE::Tools::run_command(['setsid', '/bin/systemctl', $action,
> $service]);
and setsid is still required here?