.gear/llama.service: Make config optional
Also, remove the full path from the executable name. And yes it's not installed, yet. Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
This commit is contained in:
parent
3b1e713459
commit
4edbfcac94
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ After=syslog.target network.target local-fs.target remote-fs.target nss-lookup.t
|
|||
[Service]
|
||||
Type=simple
|
||||
DynamicUser=true
|
||||
EnvironmentFile=/etc/sysconfig/llama
|
||||
ExecStart=%_bindir/llama-server $LLAMA_ARGS
|
||||
EnvironmentFile=-/etc/sysconfig/llama
|
||||
ExecStart=llama-server $LLAMA_ARGS
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=never
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue