Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
13
root/etc/systemd/system/rtorrent.service
Normal file
13
root/etc/systemd/system/rtorrent.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=rTorrent in tmux
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=rtorrent
|
||||
WorkingDirectory=/home/rtorrent
|
||||
Environment="TERM=linux"
|
||||
Type=forking
|
||||
ExecStart=/bin/bash -c "/usr/bin/tmux -2u -L rtps-%u new-session -s rtps-%u -n rT-PS -d /bin/bash -c rtorrent"
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue