aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 12:55:00 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 16:10:06 +0200
commitf282f333601a250bcf9397a92aab1e3dc6e28100 (patch)
tree5b3e25b798e24a4e2c47dba921a829bb4d3f66b7 /contrib/systemd
parent36115c9d9aa3efa8b98d75632d08510ff368b38c (diff)
Install systemd services with autotools
Diffstat (limited to 'contrib/systemd')
-rw-r--r--contrib/systemd/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am
new file mode 100644
index 000000000..86481725f
--- /dev/null
+++ b/contrib/systemd/Makefile.am
@@ -0,0 +1,5 @@
+if HAVE_SYSTEMD
+EXTRA_DIST = osmo-msc.service
+systemdsystemunit_DATA = \
+ osmo-msc.service
+endif