mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-08-18 23:36:26 +02:00
Add files via upload
This commit is contained in:
3
Mailcow/README.md
Normal file
3
Mailcow/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Notes
|
||||
1. mailcow-updater can be used instead of auto-updater to take advantage of mailcow's update.sh script
|
||||
2. You will need to compile and install the my-pdatesh module for SELinux to avoid the 203/EXEC error.
|
14
Mailcow/mailcow-updater.service
Normal file
14
Mailcow/mailcow-updater.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Mailcow Automatic Updater
|
||||
After=docker.service
|
||||
Wants=network-online.target
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/opt/mailcow-dockerized/
|
||||
ExecStart=/opt/mailcow-dockerized/update.sh --force
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
7
Mailcow/my-pdatesh.te
Normal file
7
Mailcow/my-pdatesh.te
Normal file
@@ -0,0 +1,7 @@
|
||||
module my-pdatesh 1.0;
|
||||
|
||||
require {
|
||||
type init_t;
|
||||
type var_t;
|
||||
class file { execute execute_no_trans open read };
|
||||
}
|
Reference in New Issue
Block a user