Use long option names
This commit is contained in:
parent
38bf705a3c
commit
82cd587d18
7 changed files with 23 additions and 23 deletions
|
|
@ -15,6 +15,6 @@ WantedBy=default.target
|
|||
|
||||
[Service]
|
||||
# keep-sorted start
|
||||
ExecStartPre=mkdir -p %h/.local/share/ollama
|
||||
ExecStartPre=mkdir --parents %h/.local/share/ollama
|
||||
Restart=always
|
||||
# keep-sorted end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue