aboutsummaryrefslogtreecommitdiff
path: root/config/systemd
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-10-15 19:22:44 +0200
committerKarel Kočí <cynerd@email.cz>2016-10-15 19:22:44 +0200
commit02a2196150b16ee1c343a5587cadb177016fe222 (patch)
tree8ef95619620a4689a12d26eff0a0287954a2cd3c /config/systemd
parentb17cad80bfaf348ce805868dc4b35211a4c32906 (diff)
downloadmyconfigs-02a2196150b16ee1c343a5587cadb177016fe222.tar.gz
myconfigs-02a2196150b16ee1c343a5587cadb177016fe222.tar.bz2
myconfigs-02a2196150b16ee1c343a5587cadb177016fe222.zip
Update files to changes done while abandoning systemd
Now I use openrc.
Diffstat (limited to 'config/systemd')
-rw-r--r--config/systemd/user/syncemail.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/systemd/user/syncemail.service b/config/systemd/user/syncemail.service
deleted file mode 100644
index 1940f46..0000000
--- a/config/systemd/user/syncemail.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Email synchronization
-
-[Service]
-ExecStart=/home/cynerd/.local/sbin/syncemail
-KillSignal=SIGUSR2
-Restart=always
-
-[Install]
-WantedBy=default.target