Merge pull request #486 from runcom/systemd-fix
contrib: systemd: fix ocid path
This commit is contained in:
commit
d3fe735fc0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Type=notify
|
||||||
EnvironmentFile=-/etc/sysconfig/ocid-storage
|
EnvironmentFile=-/etc/sysconfig/ocid-storage
|
||||||
EnvironmentFile=-/etc/sysconfig/ocid-network
|
EnvironmentFile=-/etc/sysconfig/ocid-network
|
||||||
Environment=GOTRACEBACK=crash
|
Environment=GOTRACEBACK=crash
|
||||||
ExecStart=/usr/bin/ocid \
|
ExecStart=/usr/local/bin/ocid \
|
||||||
$OCID_STORAGE_OPTIONS \
|
$OCID_STORAGE_OPTIONS \
|
||||||
$OCID_NETWORK_OPTIONS \
|
$OCID_NETWORK_OPTIONS \
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
|
Loading…
Reference in a new issue