1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncserver-rs_ynh.git synced 2024-09-03 20:26:32 +02:00

Another typo

This commit is contained in:
orhtej2 2023-10-09 17:59:26 +02:00 committed by GitHub
parent 8076d9b9cb
commit 0bc0f02a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,11 +100,10 @@ ynh_add_systemd_config
mkdir /var/log/$app
touch /var/log/$app/$app.log
chown -R $user: /var/log/$app
chown -R $app: /var/log/$app
yunohost service add $app --description="Firefox Sync Server (Rust)" --log="/var/log/$app/$app.log"
# Use logrotate to manage application logfile(s)
ynh_use_logrotate