diff options
author | Karel Kočí <cynerd@email.cz> | 2016-08-18 00:02:08 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-08-18 00:02:08 +0200 |
commit | b8e124cf9f04774250a68ec4585c72b1ebd22ddd (patch) | |
tree | 1ebbeaeb59142fed0ad5c60a9e591b3d69db0620 /config | |
parent | 1885ba862ffa2f61808bcead3b66023619ea58f0 (diff) | |
download | myconfigs-b8e124cf9f04774250a68ec4585c72b1ebd22ddd.tar.gz myconfigs-b8e124cf9f04774250a68ec4585c72b1ebd22ddd.tar.bz2 myconfigs-b8e124cf9f04774250a68ec4585c72b1ebd22ddd.zip |
Add suncemail and annoyme
Diffstat (limited to 'config')
-rw-r--r-- | config/systemd/user/syncemail.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/systemd/user/syncemail.service b/config/systemd/user/syncemail.service new file mode 100644 index 0000000..a44f383 --- /dev/null +++ b/config/systemd/user/syncemail.service @@ -0,0 +1,10 @@ +[Unit] +Description=Email synchronization + +[Service] +ExecStart=/home/cynerd/.local/sbin/syncemail +KillSignal=SIGUSR2 +Restart=always + +[Install] +WantedBy=multi-user.target |