feat: add config

This commit is contained in:
Louis Dalibard 2024-04-27 13:03:18 +02:00
parent 92a06925ca
commit cc19a48c9e
3 changed files with 13 additions and 0 deletions

12
pkg/leech.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=leech File Server
After=network.target
[Service]
User=leech
Group=leech
Restart=always
ExecStart=/usr/bin/leech
[Install]
WantedBy=multi-user.target

1
pkg/sysusers.conf Normal file
View File

@ -0,0 +1 @@
u leech - "leech daemon" /var/lib/leech -