diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-20 14:21:51 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-20 14:21:51 +0200 |
commit | 88dc399dbb4d5359006c745d138e65183b818842 (patch) | |
tree | cb0925a2431f7c8c3e01042f20588fc93d4fb472 /apks/photoview/photoview.initd | |
parent | 2c790028b42479059e79825050249ee5a57575e5 (diff) | |
download | apkbuilds-88dc399dbb4d5359006c745d138e65183b818842.tar.gz apkbuilds-88dc399dbb4d5359006c745d138e65183b818842.tar.bz2 apkbuilds-88dc399dbb4d5359006c745d138e65183b818842.zip |
ref: Add option to change the user
Diffstat (limited to 'apks/photoview/photoview.initd')
-rw-r--r-- | apks/photoview/photoview.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apks/photoview/photoview.initd b/apks/photoview/photoview.initd index 04a799c..bbc3cda 100644 --- a/apks/photoview/photoview.initd +++ b/apks/photoview/photoview.initd @@ -3,7 +3,7 @@ supervisor=supervise-daemon command="/usr/bin/photoview" command_background="yes" -command_user="photoview:photoview" +: ${command_user:="photoview:photoview"} # database export PHOTOVIEW_DATABASE_DRIVER |