Rclone-vfs.service not generating a rclone.log file

Hi, my rclone-vfs.service is not generating a rclone.log. I was going to create one but need to understand why. Below is my rclone-vfs.service config. and the error.

[Unit]
Description=RClone VFS Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
KillMode=none
Environment=RCLONE CONFIG=/home/howardgillespie/.config/rclone/rclone.conf

ExecStart=/home/howardgillepsie/bin/rclone mount Plex: /home/howardgillespie/Mo>
--allow-other \
--buffer-size 256M \
--dir-cache-time 72h \
--drive-chunk-size 32M \
--log-level INFO \
--log-file /home/howardgillespie/rclone.log \
--umask 002 \
--vfs-read-chunk-size 128M \
--vfs-read-chunk-size-limit off \
--rc
ExecStop=/bin/fusermount -uz /home/howardgillespie/Mount \
Restart=on-failure

[Install]
WantedBy=multi-user.target

Error

howardgillespie@vmi346374:~$ systemctl --user enable --now rclone-vfs.service Failed to enable unit: Unit file rclone-vfs.service does not exist.
howardgillespie@vmi346374:~$ systemctl --user status rclone-vfs.service
Unit rclone-vfs.service could not be found.
howardgillespie@vmi346374:~$ cat /home/howardgillespie/scripts/rclone.log
cat: /home/howardgillespie/scripts/rclone.log: No such file or directory

to get a list of systemd services
https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/
https://linuxconfig.org/how-to-use-systemctl-to-list-services-on-systemd-linux

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.