feat: add config
This commit is contained in:
parent
92a06925ca
commit
cc19a48c9e
12
pkg/leech.service
Normal file
12
pkg/leech.service
Normal 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
1
pkg/sysusers.conf
Normal file
@ -0,0 +1 @@
|
||||
u leech - "leech daemon" /var/lib/leech -
|
Loading…
Reference in New Issue
Block a user