diff options
author | Catty Steve | 2022-11-09 17:01:12 +0800 |
---|---|---|
committer | Catty Steve | 2022-11-09 17:01:12 +0800 |
commit | 499135d105ea0f42090b4bce4677aef9b73e9b4d (patch) | |
tree | 6cbb9d9deb60e985e56ccd3f9d55b2a6c2fef13f /zero-ui.service | |
parent | 322fb4de44fa2883ce9580d52609f5b30cc8bae8 (diff) | |
download | aur-499135d105ea0f42090b4bce4677aef9b73e9b4d.tar.gz |
Fixed package
Diffstat (limited to 'zero-ui.service')
-rw-r--r-- | zero-ui.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zero-ui.service b/zero-ui.service index 48124000b041..11ac5e3aa440 100644 --- a/zero-ui.service +++ b/zero-ui.service @@ -8,10 +8,11 @@ User=root Group=root LimitNOFILE=16384 EnvironmentFile=/etc/zero-ui.conf +WorkingDirectory=/usr/share/webapps/zero-ui/backend ExecStart=/usr/bin/node /usr/share/webapps/zero-ui/backend/bin/www ExecReload=/bin/kill -HUP $MAINPID PrivateTmp=true -PrivateHome=true +ProtectHome=true [Install] WantedBy=multi-user.target |