refactor(fresh.sh): cleaned up services

feat(pack.csv): new: opensc
master
Toerd@archlinux 5 years ago
parent 7bbd1e7758
commit d23c9327d8

@ -250,7 +250,8 @@ case $todo in
set_permissions "Defaults timestamp_timeout=45\n%wheel ALL=(ALL) ALL\n%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Ss,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys"
no_beep
set_system_stuff
enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail"
# enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail"
enable_service "netctl-auto@wlp3s0" "systemd-timesyncd"
ready_steady_go
clear
;;
@ -268,7 +269,7 @@ case $todo in
init
startup_msg
pre_update
enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" # "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail"
enable_service "netctl-auto@wlp3s0" "systemd-timesyncd"
ready_steady_go
clear
;;

@ -16,6 +16,7 @@ L,P,acpid,A daemon for delivering ACPI power management events with netlink supp
L,P,acpi_call,battery recalibration
L,P,tlp,better battery life
A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
A,P,opensc,Used to provide ssh key via yubikey
# libraries
A,M,pyorgmode,lib to create and modify orgmode files used in quteb script

1 # First column: A = All, L = Laptop, D = Desktop
16 L,P,tlp,better battery life
17 A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
18 # libraries A,P,opensc,Used to provide ssh key via yubikey
19 # libraries
20 A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
21 # Driver related stuff
22 A,P,linux-headers,linux kernel headers
Loading…
Cancel
Save