mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "4733a38bc5a6054add1b7d635dc773ca10195c16" and "86575ddd3715cb117d39ebaa29ab64be83bda8fd" have entirely different histories.
4733a38bc5
...
86575ddd37
@ -9,8 +9,8 @@ Type=forking
|
||||
#ExecStartPre=sleep 60
|
||||
ExecStart=mullvad connect
|
||||
# ExecStop runs after forking leading into immediate disconnect!
|
||||
TimeOutSec=infinity
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
@ -1,16 +0,0 @@
|
||||
[Unit]
|
||||
Description=Connect NordVPN on user login
|
||||
After=nordvpnd.service network-online.target dbus.socket
|
||||
Wants=nordvpnd.service network-online.target dbus.socket
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
# Not necessary as the daemon is already up at this time
|
||||
#ExecStartPre=sleep 60
|
||||
ExecStart=/usr/bin/nordvpn connect p2p
|
||||
# ExecStop runs after forking leading into immediate disconnect!
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
@ -9,8 +9,8 @@ Type=forking
|
||||
ExecStartPre=sleep 60
|
||||
ExecStart=protonvpn-cli connect --p2p
|
||||
# ExecStop runs after forking leading into immediate disconnect!
|
||||
TimeOutSec=infinity
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
3
conf/systemd/user/pulseaudio.service.d/verboselog.conf
Normal file
3
conf/systemd/user/pulseaudio.service.d/verboselog.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/pulseaudio -v --daemonize=no --log-target=journal
|
12
conf/systemd/user/qbittorrent-nox.service
Normal file
12
conf/systemd/user/qbittorrent-nox.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=A Headless Bittorrent client using rb_libtorrent
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
# This is just copied from the Debian package
|
||||
# This is ust copied from the Debian package
|
||||
Description=Transmission BitTorrent Daemon
|
||||
|
||||
[Service]
|
||||
|
@ -1 +0,0 @@
|
||||
../service.d/nordvpn.conf
|
@ -1,3 +0,0 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
@ -3,4 +3,4 @@ Wants=nordvpnd.service
|
||||
After=nordvpnd.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/nordvpn connect p2p
|
||||
ExecStartPre=/usr/bin/nordvpn connect
|
||||
|
Loading…
x
Reference in New Issue
Block a user