aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-01 03:30:09 -0500
committertdro <tdro@users.noreply.github.com>2022-03-01 03:30:47 -0500
commit50cc6dae9f9a030efcb0636e8dc66d6575dffb7e (patch)
tree2995842ef9c18eea359ce46668a714e8ac6033b7 /.config/systemd
parent4b6a1ef391e7c3ae72c69f925457447578366dd5 (diff)
downloaddotfiles-50cc6dae9f9a030efcb0636e8dc66d6575dffb7e.tar.gz
dotfiles-50cc6dae9f9a030efcb0636e8dc66d6575dffb7e.tar.bz2
dotfiles-50cc6dae9f9a030efcb0636e8dc66d6575dffb7e.zip
.config/systemd/user: Always restart enabled services without limit
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/autocutsel.service4
-rw-r--r--.config/systemd/user/copyq.service3
-rw-r--r--.config/systemd/user/events-idle.service3
-rw-r--r--.config/systemd/user/events-resume.service3
-rw-r--r--.config/systemd/user/events-usb.service3
-rw-r--r--.config/systemd/user/flameshot.service3
-rw-r--r--.config/systemd/user/redshift.service4
-rw-r--r--.config/systemd/user/syncthing.service3
-rw-r--r--.config/systemd/user/unclutter.service3
-rw-r--r--.config/systemd/user/x11vnc.service3
-rw-r--r--.config/systemd/user/xbindkeys.service3
11 files changed, 11 insertions, 24 deletions
diff --git a/.config/systemd/user/autocutsel.service b/.config/systemd/user/autocutsel.service
index 5d93368..3ebe363 100644
--- a/.config/systemd/user/autocutsel.service
+++ b/.config/systemd/user/autocutsel.service
@@ -1,8 +1,6 @@
[Unit]
Description=Keep the X clipboard and the cutbuffer in sync
-StartLimitBurst=5
-StartLimitIntervalSec=600
-
+StartLimitIntervalSec=0
[Service]
Type=forking
diff --git a/.config/systemd/user/copyq.service b/.config/systemd/user/copyq.service
index cb1a057..4d9afab 100644
--- a/.config/systemd/user/copyq.service
+++ b/.config/systemd/user/copyq.service
@@ -1,7 +1,6 @@
[Unit]
Description=Copyq server
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/events-idle.service b/.config/systemd/user/events-idle.service
index 095b1d8..ef0cd77 100644
--- a/.config/systemd/user/events-idle.service
+++ b/.config/systemd/user/events-idle.service
@@ -1,7 +1,6 @@
[Unit]
Description=Execute events on X11 idle
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/events-resume.service b/.config/systemd/user/events-resume.service
index 98724d0..2a43df4 100644
--- a/.config/systemd/user/events-resume.service
+++ b/.config/systemd/user/events-resume.service
@@ -1,7 +1,6 @@
[Unit]
Description=Execute events on resume event
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/events-usb.service b/.config/systemd/user/events-usb.service
index 030a0c3..852d6c1 100644
--- a/.config/systemd/user/events-usb.service
+++ b/.config/systemd/user/events-usb.service
@@ -1,7 +1,6 @@
[Unit]
Description=Execute events on kernel usb events
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/flameshot.service b/.config/systemd/user/flameshot.service
index caf212e..1761acd 100644
--- a/.config/systemd/user/flameshot.service
+++ b/.config/systemd/user/flameshot.service
@@ -1,7 +1,6 @@
[Unit]
Description=Screenshot tool
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/redshift.service b/.config/systemd/user/redshift.service
index c1ef6a3..4392596 100644
--- a/.config/systemd/user/redshift.service
+++ b/.config/systemd/user/redshift.service
@@ -1,8 +1,6 @@
[Unit]
Description=Redshift
-StartLimitBurst=5
-StartLimitIntervalSec=600
-
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/syncthing.service b/.config/systemd/user/syncthing.service
index 7683fad..2e5ebc6 100644
--- a/.config/systemd/user/syncthing.service
+++ b/.config/systemd/user/syncthing.service
@@ -1,7 +1,6 @@
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
IOWeight=60
diff --git a/.config/systemd/user/unclutter.service b/.config/systemd/user/unclutter.service
index 03313f0..867299e 100644
--- a/.config/systemd/user/unclutter.service
+++ b/.config/systemd/user/unclutter.service
@@ -1,7 +1,6 @@
[Unit]
Description=Hide mouse on idle
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/x11vnc.service b/.config/systemd/user/x11vnc.service
index d3ec737..9e585c7 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -1,7 +1,6 @@
[Unit]
Description=Remote desktop service (VNC)
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple
diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service
index 8ec94a4..5f312b8 100644
--- a/.config/systemd/user/xbindkeys.service
+++ b/.config/systemd/user/xbindkeys.service
@@ -1,7 +1,6 @@
[Unit]
Description=Keyboard shortcut binder
-StartLimitBurst=5
-StartLimitIntervalSec=600
+StartLimitIntervalSec=0
[Service]
Type=simple