2018年7月14日 星期六

How to create systemd unit file aria2.service

nano /etc/systemd/system/aria2.service
[Unit]
Description=Aria2
After=syslog.target
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/aria2c –conf-path=/root/.aria2/aria2.conf
Restart=always
[Install]
WantedBy=multi-user.target

沒有留言:

張貼留言

Calibre_web administrator password forget

Calibre_web administrator password forget how to reset the admin password: need to specify the app.db docker exec -it calibre-web cd...