init
This commit is contained in:
commit
a0a338067b
16 changed files with 898 additions and 0 deletions
15
misc/webdav.service
Normal file
15
misc/webdav.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description = WebDAV Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User = root
|
||||
Group = root
|
||||
Type = simple
|
||||
ExecStart = /srv/bin/webdav
|
||||
#Restart = on-abort
|
||||
Restart=on-failure
|
||||
RestartSec = 5
|
||||
|
||||
[Install]
|
||||
WantedBy = multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue