From 376d68b0443a60a237e9e35462781a2ff504c7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 16 Sep 2021 12:27:11 +0300 Subject: Config cleaning * Removed unused stuff. * Script for updating hosts file with latest unwanted domains. * Other slight changes. --- systemd/hotspot.service | 11 ----------- systemd/startupsound.service | 9 --------- 2 files changed, 20 deletions(-) delete mode 100644 systemd/hotspot.service delete mode 100644 systemd/startupsound.service (limited to 'systemd') diff --git a/systemd/hotspot.service b/systemd/hotspot.service deleted file mode 100644 index 4fcda21..0000000 --- a/systemd/hotspot.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Nobody tells me how to use my internet >:( - -[Service] -User=root -Group=root -ExecStart=/usr/bin/sysctl net.ipv4.ip_default_ttl=65 - -[Install] -Alias=hotspot.service -WantedBy=multi-user.target diff --git a/systemd/startupsound.service b/systemd/startupsound.service deleted file mode 100644 index 1928e17..0000000 --- a/systemd/startupsound.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Play Startup Sound - -[Service] -ExecStart=/usr/bin/mpv /home/yaroslav/.local/share/soundalerts/start.ogg - -[Install] -Alias=startupsound.service -WantedBy=sound.target -- cgit v1.2.3