adding systemd services
This commit is contained in:
14
.config/systemd/user/dejadup.service
Normal file
14
.config/systemd/user/dejadup.service
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Dejadup
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Environment=DISPLAY=:0
|
||||||
|
Environment=XAUTHORITY=/home/ficik/.Xauthority
|
||||||
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
|
ExecStart=/usr/bin/deja-dup --gapplication-service
|
||||||
|
#StartLimitInterval=0
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
18
.config/systemd/user/easyeffects.service
Normal file
18
.config/systemd/user/easyeffects.service
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=EasyEffects
|
||||||
|
Wants=pipewire-pulse.service
|
||||||
|
After=pipewire-pulse.service
|
||||||
|
BindsTo=pipewire-pulse.service
|
||||||
|
PartOf=pipewire-pulse.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Environment=DISPLAY=:0
|
||||||
|
Environment=XAUTHORITY=/home/ficik/.Xauthority
|
||||||
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
|
ExecStart=/usr/bin/easyeffects --gapplication-service
|
||||||
|
#StartLimitInterval=0
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
14
.config/systemd/user/valent.service
Normal file
14
.config/systemd/user/valent.service
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Valent
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Environment=DISPLAY=:0
|
||||||
|
Environment=XAUTHORITY=/home/ficik/.Xauthority
|
||||||
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
|
ExecStart=/usr/bin/valent --gapplication-service
|
||||||
|
#StartLimitInterval=0
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
6
.config/systemd/user/vdirsyncer.service
Normal file
6
.config/systemd/user/vdirsyncer.service
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=vdirsyncer sync
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/vdirsyncer sync
|
||||||
Reference in New Issue
Block a user