diff options
Diffstat (limited to '')
-rw-r--r-- | config/systemd/user/backup.service | 13 | ||||
-rw-r--r-- | config/systemd/user/ssh-agent.service | 12 | ||||
-rw-r--r-- | config/systemd/user/sync-music.service | 10 |
3 files changed, 0 insertions, 35 deletions
diff --git a/config/systemd/user/backup.service b/config/systemd/user/backup.service deleted file mode 100644 index 98a9df9..0000000 --- a/config/systemd/user/backup.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=backup my home directory - -[Service] -Type=oneshot - -Environment=RESTIC_REPOSITORY=rest:http://192.168.6.10:8010/ -Environment=RESTIC_PASSWORD_FILE=/home/fcuny/.config/restic/password - -ExecStart=/usr/bin/restic --tag=home --exclude=/home/fcuny/.cache --exclude=/home/fcuny/.mozilla --exclude=/home/fcuny/media --exclude=/home/fcuny/.config/chromium backup /home/fcuny - -[Install] -WantedBy=default.target diff --git a/config/systemd/user/ssh-agent.service b/config/systemd/user/ssh-agent.service deleted file mode 100644 index 5c59cbf..0000000 --- a/config/systemd/user/ssh-agent.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=SSH key agent - -[Service] -Type=simple -Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket -# DISPLAY required for ssh-askpass to work -Environment=DISPLAY=:0 -ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK - -[Install] -WantedBy=default.target diff --git a/config/systemd/user/sync-music.service b/config/systemd/user/sync-music.service deleted file mode 100644 index acc821a..0000000 --- a/config/systemd/user/sync-music.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Sync my music collection to the NAS - -[Service] -Type=oneshot - -ExecStart=/usr/bin/rsync -a /home/fcuny/media/music/ nas.home:/data/music - -[Install] -WantedBy=default.target |