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.confd | |
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.confd')
-rw-r--r-- | apks/photoview/photoview.confd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apks/photoview/photoview.confd b/apks/photoview/photoview.confd index 0c90d9e..cb062b6 100644 --- a/apks/photoview/photoview.confd +++ b/apks/photoview/photoview.confd @@ -15,3 +15,8 @@ PHOTOVIEW_MEDIA_CACHE=/var/cache/photoview/media_cache PHOTOVIEW_DISABLE_FACE_RECOGNITION=1 PHOTOVIEW_DISABLE_VIDEO_ENCODING=0 PHOTOVIEW_DISABLE_RAW_PROCESSING=0 + + +# comment this out for old style service management +#supervisor=supervise-daemon +#command_user=photoview:photoview |