82734470d2
All checks were successful
ci/woodpecker/push/build Pipeline was successful
- update makedeb - use bin, git, normal, leafee98 to classify packages - only build package from leafee98 and bin in ci - add script to build all packages locally - add more log about running hook in build.sh
14 lines
239 B
Desktop File
14 lines
239 B
Desktop File
[Unit]
|
|
Description=A simple file server support webdav
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=dufs
|
|
Group=dufs
|
|
ExecStart=/usr/local/bin/dufs --auth dufs:dufs@/:rw /srv/dufs
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|