mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
12 lines
201 B
Desktop File
12 lines
201 B
Desktop File
[Unit]
|
|
Description=WebDAV Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/webdav-server -c /etc/webdav-server-rs/config.toml
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|