diff --git a/httpprocwatchd.service b/httpprocwatchd.service index 463476a..e13da05 100644 --- a/httpprocwatchd.service +++ b/httpprocwatchd.service @@ -1,13 +1,12 @@ [Unit] -Description=HTTPProcWatchD HTTP process watcher +Description=HTTPProcWatchD hands out a JSON HTTP endpoint to see status of watched processes After=network.target [Service] Type=simple -User=nobody -Group=nobody +DynamicUser=yes Restart=on-failure ExecStart=/usr/bin/httpprocwatchd --config /etc/httpprocwatchd/config.json [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target