a cache for slack profile pictures and emojis
1[Unit]
2Description=cache for slack profile pictures and emojis
3DefaultDependencies=no
4After=network-online.target
5
6[Service]
7Type=exec
8WorkingDirectory=/home/kierank/cachet
9ExecStart=dist/cachet
10TimeoutStartSec=0
11Restart=on-failure
12RestartSec=5s
13StartLimitIntervalSec=60
14StartLimitBurst=10
15
16[Install]
17WantedBy=default.target