a cache for slack profile pictures and emojis
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e135656ff0f2a3c30a7893969eca44415db4a282 15 lines 281 B view raw
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=1s 13 14[Install] 15WantedBy=default.target