i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move systemd unit files

+16 -4
+3 -3
README.md
··· 113 113 114 114 #### Copy systemd services 115 115 ```shell 116 - sudo cp throttled/etc/systemd/system/reload-cpu-modules.service /etc/systemd/system/ 117 - cp plex-rich-presence/.config/systemd/user/plex-rich-presence.service ~/.config/systemd/user/ 118 - cp imwheel/.config/systemd/user/imwheel.service ~/.config/systemd/user/ 116 + sudo cp systemd/etc/systemd/system/reload-cpu-modules.service /etc/systemd/system/ 117 + cp systemd/.config/systemd/user/plex-rich-presence.service ~/.config/systemd/user/ 118 + cp systemd/.config/systemd/user/imwheel.service ~/.config/systemd/user/ 119 119 ```
-1
imwheel/.config/systemd/user/graphical-session.target.wants/imwheel.service
··· 1 - ../imwheel.service
imwheel/.config/systemd/user/imwheel.service systemd/.config/systemd/user/imwheel.service
+13
systemd/.config/systemd/user/plex-rich-presence.service
··· 1 + [Unit] 2 + Description=Plex Discord Rich Presence app 3 + 4 + [Service] 5 + Type=simple 6 + ExecStart=sh -c '%h/plex-rich-presence_linux_amd64-*' 7 + Restart=on-failure 8 + RestartSec=15s 9 + StartLimitInterval=0 10 + StartLimitBurst=0 11 + 12 + [Install] 13 + WantedBy=graphical-session.target
throttled/etc/systemd/system/reload-cpu-modules.service systemd/etc/systemd/system/reload-cpu-modules.service