my_konfig
This commit is contained in:
1
config/systemd/user/default.target.wants/pipewire.service
Symbolic link
1
config/systemd/user/default.target.wants/pipewire.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.service
|
||||
10
config/systemd/user/mpd.service
Normal file
10
config/systemd/user/mpd.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Music Player Daemon
|
||||
After=network.target sound.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/mpd
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
1
config/systemd/user/pipewire-session-manager.service
Symbolic link
1
config/systemd/user/pipewire-session-manager.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
1
config/systemd/user/pipewire.service.wants/wireplumber.service
Symbolic link
1
config/systemd/user/pipewire.service.wants/wireplumber.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
11
config/systemd/user/rclone-sync.service
Normal file
11
config/systemd/user/rclone-sync.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Rclone sync service for Nextcloud
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/rclone sync /home/jonnybravo/Nextcloud nextcloud: --include "ssh_keys/**" --include "Doku/**" --include "Hack/**" --include "Joplin/**" --include "frei/**" --log-file /home/jonnybravo/.local/share/rclone/rclone-sync.log --log-level INFO
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
10
config/systemd/user/rclone-sync.timer
Normal file
10
config/systemd/user/rclone-sync.timer
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run rclone sync every 15 minutes
|
||||
|
||||
[Timer]
|
||||
OnBootSec=2min
|
||||
OnUnitActiveSec=15min
|
||||
Unit=rclone-sync.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
1
config/systemd/user/sockets.target.wants/pipewire-pulse.socket
Symbolic link
1
config/systemd/user/sockets.target.wants/pipewire-pulse.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-pulse.socket
|
||||
1
config/systemd/user/sockets.target.wants/pipewire.socket
Symbolic link
1
config/systemd/user/sockets.target.wants/pipewire.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.socket
|
||||
1
config/systemd/user/timers.target.wants/rclone-sync.timer
Symbolic link
1
config/systemd/user/timers.target.wants/rclone-sync.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/jonnybravo/.config/systemd/user/rclone-sync.timer
|
||||
Reference in New Issue
Block a user