lots of stuff
This commit is contained in:
8
.config/systemd/user/backup.service
Normal file
8
.config/systemd/user/backup.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Backup to external drive
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/opal/.local/bin/backup.sh
|
||||
StandardOutput=append:/home/opal/.local/state/backup/backup.log
|
||||
StandardError=append:/home/opal/.local/state/backup/backup.log
|
||||
Reference in New Issue
Block a user