updated install script
This commit is contained in:
parent
37f70bc499
commit
2f8f7c56f2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ cat <<EOM > /etc/logrotate.d/mailtrain
|
|||
}
|
||||
EOM
|
||||
|
||||
if [ -d "/usr/lib/systemd" ]; then
|
||||
if [ -d "/run/systemd/system" ]; then
|
||||
# Set up systemd service script
|
||||
cp setup/mailtrain.service /etc/systemd/system/
|
||||
systemctl enable mailtrain.service
|
||||
|
|
Loading…
Reference in a new issue