Fixes
This commit is contained in:
parent
9b8494b33b
commit
dd8f45246f
4 changed files with 29 additions and 12 deletions
|
@ -11,7 +11,7 @@ RestartSec=2s
|
|||
Type=simple
|
||||
User={{ diun_user }}
|
||||
Group={{ diun_user }}
|
||||
ExecStart={{ diun_binary_path }}/diun serve --config {{ duin_configuration_path }}/{{ duin_configuration_file }} --log-level info
|
||||
ExecStart={{ diun_binary_path }}/diun serve --config {{ diun_configuration_path }}/{{ diun_configuration_file }} --log-level info
|
||||
Restart=always
|
||||
Environment=DIUN_DB_PATH={{ diun_home }}/diun.db
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue