~iheino+ub/+junk/nut-upsconf-docfix

« back to all changes in this revision

Viewing changes to scripts/systemd/Makefile.am

  • Committer: Tuomas Heino
  • Author(s): Laurent Bigonville
  • Date: 2014-04-22 20:46:12 UTC
  • Revision ID: iheino+ub@cc.hut.fi-20140422204612-1x2gh3nkezfsdao4
Tags: upstream-2.7.2
ImportĀ upstreamĀ versionĀ 2.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = README
 
2
 
 
3
if HAVE_SYSTEMD
 
4
 
 
5
systemdsystemunit_DATA = \
 
6
        nut-driver.service \
 
7
        nut-monitor.service \
 
8
        nut-server.service
 
9
 
 
10
systemdsystemshutdown_SCRIPTS = nutshutdown
 
11
 
 
12
else
 
13
EXTRA_DIST += nut-driver.service.in nut-monitor.service.in \
 
14
        nut-server.service.in nutshutdown.in
 
15
endif
 
16