feat(storage-server): fix service
arcad/edge/pipeline/head This commit looks good
Details
arcad/edge/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6ddd831025
commit
0fded0170a
|
@ -1,7 +1,7 @@
|
||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
command="/usr/bin/storage-server"
|
command="/usr/bin/storage-server"
|
||||||
command_args=""
|
command_args=run""
|
||||||
supervisor=supervise-daemon
|
supervisor=supervise-daemon
|
||||||
output_log="/var/log/storage-server.log"
|
output_log="/var/log/storage-server.log"
|
||||||
error_log="$output_log"
|
error_log="$output_log"
|
||||||
|
|
|
@ -6,7 +6,7 @@ After=network.target
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
EnvironmentFile=/etc/storage-server/environ
|
EnvironmentFile=/etc/storage-server/environ
|
||||||
ExecStart=/usr/bin/storage-server
|
ExecStart=/usr/bin/storage-server run
|
||||||
EnvironmentFile=/etc/storage-server/environ
|
EnvironmentFile=/etc/storage-server/environ
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
|
|
Loading…
Reference in New Issue