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
|
||||
Reference in New Issue
Block a user