1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-26 05:27:29 +02:00

8 lines
68 B
Bash
Raw Normal View History

2017-02-21 22:26:20 +01:00
#!/bin/bash
2017-04-20 21:13:41 +02:00
trap "kill 0" SIGINT
2017-02-21 22:26:20 +01:00
freshclam -d &
clamd &
2017-04-20 21:13:41 +02:00
sleep inf