Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b5b33afcd7
199 changed files with 36930 additions and 0 deletions
11
root/etc/systemd/system/adb.service
Executable file
11
root/etc/systemd/system/adb.service
Executable file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Android Debug Server Daemon
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
User=root
|
||||
ExecStart=/usr/bin/adb start-server
|
||||
ExecStop=/usr/bin/adb kill-server
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/usr/bin/agetty --autologin frodo --noclear %I $TERM
|
3
root/etc/systemd/system/iwd.service.d/override.conf
Executable file
3
root/etc/systemd/system/iwd.service.d/override.conf
Executable file
|
@ -0,0 +1,3 @@
|
|||
[Unit]
|
||||
BindsTo=sys-subsystem-net-devices-wlan0.device
|
||||
After=sys-subsystem-net-devices-wlan0.device
|
14
root/etc/systemd/system/iwd@.service
Executable file
14
root/etc/systemd/system/iwd@.service
Executable file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Wireless service on %I
|
||||
BindsTo=sys-subsystem-net-devices-%i.device
|
||||
After=sys-subsystem-net-devices-%i.device
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=net.connman.iwd
|
||||
ExecStart=/usr/lib/iwd/iwd --interface %i
|
||||
LimitNPROC=1
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
10
root/etc/systemd/system/qbittorrent.service
Normal file
10
root/etc/systemd/system/qbittorrent.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=qBittorrent Daemon Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=qbtuser
|
||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8080
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
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