mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
17 lines
275 B
Desktop File
Executable File
17 lines
275 B
Desktop File
Executable File
[Unit]
|
|
Description=BitTorrent Daemon
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10
|
|
User=pi
|
|
#User=qbtuser
|
|
ExecStart=/Server/Start/bittorrentd
|
|
#CPUQuota=96%
|
|
#MemoryHigh=300M
|
|
#MemoryMax=384M
|
|
[Install]
|
|
WantedBy=multi-user.target
|