any.software.webdav: added role
This commit is contained in:
parent
74cf571e05
commit
1fed7d327a
7 changed files with 195 additions and 0 deletions
15
roles/any.software.webdav/files/webdav.service
Normal file
15
roles/any.software.webdav/files/webdav.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=WebDAV
|
||||
After=network.target network-online.target
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
User=webdav
|
||||
Group=webdav
|
||||
ExecStart=/usr/local/bin/webdav --config /etc/webdav/config.toml
|
||||
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue