install systemd configs in /usr/local/lib/systemd/system/
This commit is contained in:
parent
d9968a5fe7
commit
2cb9ab35dc
|
@ -30,8 +30,9 @@ cp sbin/bashup*.sh /usr/local/sbin/
|
||||||
chmod 755 /usr/local/sbin/bashup*.sh
|
chmod 755 /usr/local/sbin/bashup*.sh
|
||||||
chown root:root /usr/local/sbin/bashup*.sh
|
chown root:root /usr/local/sbin/bashup*.sh
|
||||||
# install & enable bashup systemd cron
|
# install & enable bashup systemd cron
|
||||||
cp systemd/bashup-cron.* /usr/lib/systemd/system/
|
mkdir -p /usr/local/lib/systemd/system
|
||||||
chmod 644 /usr/lib/systemd/system/bashup-cron.*
|
cp systemd/bashup-cron.* /usr/local/lib/systemd/system/
|
||||||
|
chmod 644 /usr/local/lib/systemd/system/bashup-cron.*
|
||||||
systemctl enable bashup-cron.timer
|
systemctl enable bashup-cron.timer
|
||||||
systemctl start bashup-cron.timer
|
systemctl start bashup-cron.timer
|
||||||
# customize configuration
|
# customize configuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user