nie wiem co zmieniałem, a dużo tego było
This commit is contained in:
1
.config/systemd/user/dbus.service
Symbolic link
1
.config/systemd/user/dbus.service
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/dbus-broker.service
|
@ -1 +0,0 @@
|
||||
/usr/lib/systemd/user/pulseaudio.service
|
1
.config/systemd/user/multi-user.target.wants/syngeos.service
Symbolic link
1
.config/systemd/user/multi-user.target.wants/syngeos.service
Symbolic link
@ -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
|
1
.config/systemd/user/sway-session.target.wants/polkit.service
Symbolic link
1
.config/systemd/user/sway-session.target.wants/polkit.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/paramah/.config/systemd/user/polkit.service
|
10
.config/systemd/user/syngeos.service
Normal file
10
.config/systemd/user/syngeos.service
Normal 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
|
10
.config/systemd/user/syngeos.timer
Normal file
10
.config/systemd/user/syngeos.timer
Normal 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
|
1
.config/systemd/user/timers.target.wants/syngeos.timer
Symbolic link
1
.config/systemd/user/timers.target.wants/syngeos.timer
Symbolic link
@ -0,0 +1 @@
|
||||
/home/paramah/.config/systemd/user/syngeos.timer
|
Reference in New Issue
Block a user