diff options
author | Christian Hesse <mail@eworm.de> | 2023-07-26 23:40:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-07-26 23:57:18 +0200 |
commit | 76b15dac72c72c81d5f632a93a20ebad5082322a (patch) | |
tree | f33ed82406149a9623ac5649f83069f8a4df51c9 /systemd | |
parent | 69441360a49c42faeb01629e50d7357854f028d2 (diff) | |
download | pacman-offline-76b15dac72c72c81d5f632a93a20ebad5082322a.tar.gz pacman-offline-76b15dac72c72c81d5f632a93a20ebad5082322a.tar.zst |
clearly state the license
Diffstat (limited to 'systemd')
-rwxr-xr-x | systemd/pacman-offline | 7 | ||||
-rw-r--r-- | systemd/pacman-offline-prepare.service | 7 | ||||
-rw-r--r-- | systemd/pacman-offline-prepare.timer | 7 | ||||
-rw-r--r-- | systemd/pacman-offline-reboot.service | 7 | ||||
-rw-r--r-- | systemd/pacman-offline-reboot.timer | 7 | ||||
-rw-r--r-- | systemd/pacman-offline.service | 7 |
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 |