summaryrefslogtreecommitdiffstats
path: root/extras/systemd/Makefile.am
blob: d4a3d0bf878467ffdb37c425d838720a50c812b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CLEANFILES = glusterd.service glustereventsd.service glusterfssharedstorage.service
EXTRA_DIST = glusterd.service.in glustereventsd.service.in glusterfssharedstorage.service.in

if WITH_SERVER
if USE_SYSTEMD
# systemddir is already defined through configure.ac
systemd_DATA = glusterd.service glusterfssharedstorage.service

if BUILD_EVENTS
systemd_DATA += glustereventsd.service
endif
endif
endif