aboutsummaryrefslogtreecommitdiffstats
path: root/debian/tests/service
blob: 95f9abcdb6624d3de5a00ac4a29522560e29b3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

###############################
### Check fetchmail service ###
###############################

set -e

echo "Checking fetchmail service is enabled"
systemctl is-enabled fetchmail.service

echo "Checking fetchmail service is active"
systemctl is-active fetchmail.service