nie wiem co zmieniałem, a dużo tego było

This commit is contained in:
2022-01-08 14:53:36 +01:00
parent 7f01e3c578
commit 8c1b3b2423
385 changed files with 24002 additions and 180 deletions

View File

@ -0,0 +1 @@
/usr/lib/systemd/user/dbus-broker.service

View File

@ -1 +0,0 @@
/usr/lib/systemd/user/pulseaudio.service

View File

@ -0,0 +1 @@
/home/paramah/.config/systemd/user/syngeos.service

View File

@ -0,0 +1 @@
/usr/lib/systemd/user/pipewire-media-session.service

View File

@ -1 +0,0 @@
/usr/lib/systemd/user/pulseaudio.socket

View File

@ -1 +0,0 @@
/home/paramah/.config/systemd/user/polkit-gnome.service

View File

@ -0,0 +1 @@
/home/paramah/.config/systemd/user/polkit.service

View File

@ -0,0 +1,10 @@
[Unit]
Description=Pobieranie danych z czujnika Syngeosa
Wants=syngeos.timer
[Service]
Type=oneshot
ExecStart=/home/paramah/bin/czujnik.sh
[Install]
WantedBy=multi-user.target

View File

@ -0,0 +1,10 @@
[Unit]
Description=Cykliczne pobieranie danych z Syngeosa
Requires=syngeos.service
[Timer]
Unit=syngeos.service
OnCalendar=*:0/1
[Install]
WantedBy=timers.target

View File

@ -0,0 +1 @@
/home/paramah/.config/systemd/user/syngeos.timer