X-Git-Url: https://code.delx.au/monosys/blobdiff_plain/e1824321b044489bdb7fb9c44a01d26d79d4917f..2383c5b6cd36f08a11129b72bbd733fbdfee8e34:/etc/systemd/system/user-hook-sleep.service diff --git a/etc/systemd/system/user-hook-sleep.service b/etc/systemd/system/user-hook-sleep.service deleted file mode 100644 index 4411c46..0000000 --- a/etc/systemd/system/user-hook-sleep.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=User hook for sleep action -Before=sleep.target - -[Service] -Type=oneshot -ExecStart=/usr/local/bin/xuserrun bash -c '. ~/.bashrc && ~/.hooks/sleep' - -[Install] -WantedBy=sleep.target