leech/pkg/leech.service

12 lines
169 B
SYSTEMD
Raw Permalink Normal View History

2024-04-27 13:03:18 +02:00
[Unit]
Description=leech File Server
After=network.target
[Service]
User=leech
Group=leech
Restart=always
ExecStart=/usr/bin/leech
[Install]
WantedBy=multi-user.target