jabogram/s3-mount/install-service.sh
2026-03-02 14:40:03 +03:00

8 lines
170 B
Bash

#!/bin/bash
cp rclone-snikket.service /etc/systemd/system/rclone-snikket.service
systemctl daemon-reload
systemctl enable rclone-snikket
systemctl start rclone-snikket