nie wiem co zmieniałem, a dużo tego było
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/dbus-broker.service
|
||||
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/user/pulseaudio.service
|
||||
@@ -0,0 +1 @@
|
||||
/home/paramah/.config/systemd/user/syngeos.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-media-session.service
|
||||
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/user/pulseaudio.socket
|
||||
@@ -1 +0,0 @@
|
||||
/home/paramah/.config/systemd/user/polkit-gnome.service
|
||||
@@ -0,0 +1 @@
|
||||
/home/paramah/.config/systemd/user/polkit.service
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
/home/paramah/.config/systemd/user/syngeos.timer
|
||||
Reference in New Issue
Block a user