aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/pacman-offline7
-rw-r--r--systemd/pacman-offline-prepare.service7
-rw-r--r--systemd/pacman-offline-prepare.timer7
-rw-r--r--systemd/pacman-offline-reboot.service7
-rw-r--r--systemd/pacman-offline-reboot.timer7
-rw-r--r--systemd/pacman-offline.service7
6 files changed, 42 insertions, 0 deletions
diff --git a/systemd/pacman-offline b/systemd/pacman-offline
index b3db182..9cc75ea 100755
--- a/systemd/pacman-offline
+++ b/systemd/pacman-offline
@@ -1,5 +1,12 @@
#!/bin/sh
+# (C) 2017-2023 by Christian Hesse <mail@eworm.de>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
set -e
# verify this is for us or exit gracefully
diff --git a/systemd/pacman-offline-prepare.service b/systemd/pacman-offline-prepare.service
index 0e12383..0fec6e1 100644
--- a/systemd/pacman-offline-prepare.service
+++ b/systemd/pacman-offline-prepare.service
@@ -1,3 +1,10 @@
+# (C) 2017-2023 by Christian Hesse <mail@eworm.de>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
[Unit]
Description=Prepare pacman offline system-update
ConditionPathExists=!/var/lib/pacman/db.lck
diff --git a/systemd/pacman-offline-prepare.timer b/systemd/pacman-offline-prepare.timer
index e71fe35..722a334 100644
--- a/systemd/pacman-offline-prepare.timer
+++ b/systemd/pacman-offline-prepare.timer
@@ -1,3 +1,10 @@
+# (C) 2017-2023 by Christian Hesse <mail@eworm.de>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
[Unit]
Description=Prepare pacman offline system-update
diff --git a/systemd/pacman-offline-reboot.service b/systemd/pacman-offline-reboot.service
index f7f3612..990301b 100644
--- a/systemd/pacman-offline-reboot.service
+++ b/systemd/pacman-offline-reboot.service
@@ -1,3 +1,10 @@
+# (C) 2017-2023 by Christian Hesse <mail@eworm.de>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
[Unit]
Description=Reboot for pacman offline system-update
ConditionPathExists=/system-update
diff --git a/systemd/pacman-offline-reboot.timer b/systemd/pacman-offline-reboot.timer
index 94855c7..32b1ecb 100644
--- a/systemd/pacman-offline-reboot.timer
+++ b/systemd/pacman-offline-reboot.timer
@@ -1,3 +1,10 @@
+# (C) 2017-2023 by Christian Hesse <mail@eworm.de>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
[Unit]
Description=Reboot for pacman offline system-update
diff --git a/systemd/pacman-offline.service b/systemd/pacman-offline.service
index bd8ee49..3202fe8 100644
--- a/systemd/pacman-offline.service
+++ b/systemd/pacman-offline.service
@@ -1,3 +1,10 @@
+# (C) 2017-2023 by Christian Hesse <mail@eworm.de>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
[Unit]
Description=Offline system update with pacman
ConditionPathIsSymbolicLink=/system-update