mirror of
https://github.com/clearlinux/swupd-overdue.git
synced 2026-09-01 02:34:46 +00:00
Correct a mistake in the unit file.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([swupd-overdue], [4], [dev@lists.clearlinux.org])
|
||||
AC_INIT([swupd-overdue], [5], [dev@lists.clearlinux.org])
|
||||
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects no-dist-gzip dist-xz])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Description=Trigger OS Update if an update is overdue
|
||||
|
||||
[Service]
|
||||
Type=normal
|
||||
Type=simple
|
||||
Restart=no
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/swupd-overdue
|
||||
|
||||
Reference in New Issue
Block a user