diff options
Diffstat (limited to 'midr/midr.initd')
-rw-r--r-- | midr/midr.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/midr/midr.initd b/midr/midr.initd index 7640168..20a069f 100644 --- a/midr/midr.initd +++ b/midr/midr.initd @@ -8,7 +8,7 @@ command_user=www-data:www-data command_args="-d ${datadir} ${opts}" command_background="yes" -start_stop_daemon_args="--user $sample_user:$sample_group" +start_stop_daemon_args="--user www-data:www-data" pidfile="/run/$name.pid" depend() { |