Remove obsolete files
This commit is contained in:
parent
3d99beff23
commit
d95766012d
3 changed files with 13 additions and 13 deletions
|
@ -8,6 +8,10 @@ SigLevel = Required DatabaseOptional
|
||||||
Architecture = auto
|
Architecture = auto
|
||||||
LocalFileSigLevel = Optional
|
LocalFileSigLevel = Optional
|
||||||
CacheDir = /var/cache/pacman/pkg
|
CacheDir = /var/cache/pacman/pkg
|
||||||
|
{%@@ if profile == "Moria" @@%}
|
||||||
|
CleanMethod=KeepCurrent
|
||||||
|
CacheDir= /var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
|
||||||
|
{%@@ endif @@%}
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/pacserve
|
Include = /etc/pacman.d/pacserve
|
||||||
|
@ -20,3 +24,12 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
[multilib]
|
[multilib]
|
||||||
Include = /etc/pacman.d/pacserve
|
Include = /etc/pacman.d/pacserve
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[korhonen_aur]
|
||||||
|
{%@@ if profile == "Moria" @@%}
|
||||||
|
Server = file:///var/www/index.korhonen.cc/repo/arch_linux/$repo/$arch
|
||||||
|
{%@@ else @@%}
|
||||||
|
Include = /etc/pacman.d/pacserve
|
||||||
|
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
|
||||||
|
{%@@ endif @@%}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[Service]
|
|
||||||
ExecStart=
|
|
||||||
ExecStart=-/usr/bin/agetty --skip-login --nonewline --noissue --autologin {{@@ env['USRNAME'] @@}} --noclear %I $TERM
|
|
|
@ -1,10 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=qBittorrent Daemon Service
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
User=qbtuser
|
|
||||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8080
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Add table
Add a link
Reference in a new issue