diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/system/brandbot.path | 9 | ||||
-rw-r--r-- | systemd/system/brandbot.service | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/systemd/system/brandbot.path b/systemd/system/brandbot.path new file mode 100644 index 00000000..b3d5fca5 --- /dev/null +++ b/systemd/system/brandbot.path @@ -0,0 +1,9 @@ +[Unit] +Description=Flexible branding + +[Path] +PathExists=/var/lib/rhsm/branded_name +PathChanged=/var/lib/rhsm/branded_name + +[Install] +WantedBy=multi-user.target diff --git a/systemd/system/brandbot.service b/systemd/system/brandbot.service new file mode 100644 index 00000000..9b421b69 --- /dev/null +++ b/systemd/system/brandbot.service @@ -0,0 +1,6 @@ +[Unit] +Description=Flexible Branding Service + +[Service] +ExecStart=/usr/sbin/brandbot +PrivateTmp=true |