Skip to content

Commit

Permalink
Remove unneeded templating of systemd units
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Aug 30, 2023
1 parent 50748f2 commit c2f0864
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ build
.vs
packages/debian/debian/control
packages/debian/debian/files
packages/etc/systemd/system/edge-ntopng@.service
packages/etc/systemd/system/edge.service
packages/etc/systemd/system/edge@.service
packages/etc/systemd/system/supernode.service
*dSYM*

__pycache__
Expand Down
4 changes: 0 additions & 4 deletions packages/debian/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@ AC_SUBST(EXTN)

AC_CONFIG_FILES(debian/files)
AC_CONFIG_FILES(debian/control)
AC_CONFIG_FILES(../etc/systemd/system/edge.service)
AC_CONFIG_FILES(../etc/systemd/system/edge@.service)
AC_CONFIG_FILES(../etc/systemd/system/edge-ntopng@.service)
AC_CONFIG_FILES(../etc/systemd/system/supernode.service)
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions packages/rpm/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,5 @@ AC_SUBST(DATE)
AC_SUBST(RPM_SIGN_CMD)

AC_CONFIG_FILES(n2n.spec)
AC_CONFIG_FILES(../etc/systemd/system/edge.service)
AC_CONFIG_FILES(../etc/systemd/system/edge@.service)
AC_CONFIG_FILES(../etc/systemd/system/edge-ntopng@.service)
AC_CONFIG_FILES(../etc/systemd/system/supernode.service)
AC_CONFIG_FILES(Makefile)
AC_OUTPUT

0 comments on commit c2f0864

Please sign in to comment.