File: Makefile.am

package info (click to toggle)
systemd-shim 10-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 275
  • sloc: ansic: 1,981; sh: 154; makefile: 62
file content (13 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
dbusservicedir = $(prefix)/share/dbus-1/system-services
dbusservice_DATA = org.freedesktop.systemd1.service
CLEANFILES = $(dbusservice_DATA)

ntpunitsdir = $(prefix)/lib/systemd/ntp-units.d
dist_ntpunits_DATA = systemd-shim.list

org.freedesktop.systemd1.service: Makefile
	$(AM_V_GEN) (echo '[D-BUS Service]'; \
	             echo 'Name=org.freedesktop.systemd1'; \
	             echo 'User=root'; \
	             echo 'Exec=${libexecdir}/systemd-shim-invoke') > $@.tmp && \
	            mv $@.tmp $@