Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
add systemd settings
· 4a529a64
aTc
authored
Jan 07, 2020
4a529a64
Update changelog for 0.25 release
· 5cbed6b4
aTc
authored
Jan 07, 2020
5cbed6b4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5cbed6b4
pyra-config (0.25) unstable; urgency=medium
[ aTc ]
* add systemd settings
-- Pyra Dev <pyra-dev@pyra-handheld.com> Tue, 07 Jan 2020 19:44:11 +0100
pyra-config (0.24) unstable; urgency=medium
[ aTc ]
...
...
debian/control
View file @
5cbed6b4
...
...
@@ -9,10 +9,16 @@ Homepage: http://dev.pyra-handheld.com
Package: pyra-config-all
Architecture: all
Depends: ${misc:Depends} , pyra-config-xorg , pyra-config-desktop , pyra-config-modprobe, pyra-config-udev,
pyra-config-initramfs
pyra-config-initramfs
, pyra-config-systemd
Description: Pyra default config, metapackage
Depends on all pyra config packages
Package: pyra-config-systemd
Architecture: all
Depends: ${misc:Depends}
Description: Pyra default systemd config.
Default systemd settings for Pyra.
Package: pyra-config-xorg
Architecture: all
Depends: ${misc:Depends}
...
...
debian/pyra-config-systemd.install
0 → 100644
View file @
5cbed6b4
systemd
/*
/
usr
/
lib
/
systemd
/
systemd/journald.conf.d/Pyra-maxuse.conf
0 → 100644
View file @
5cbed6b4
#don't waste storage space with old logs
[
Journal
]
SystemMaxUse
=
50
M
systemd/logind.conf.d/Pyra-ignore-lidswitch.conf
0 → 100644
View file @
5cbed6b4
# suspend doesn't work yet, ignore lid switch
[
Login
]
HandleLidSwitch
=
ignore
HandleLidSwitchExternalPower
=
ignore
HandleLidSwitchDocked
=
ignore