update systemd service files and add script to copy these files
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# script/service: Setup user systemd scripts
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "==> Setting up systemd user services"
|
||||
cp service/*.service $HOME/.config/systemd/user/
|
||||
|
||||
Reference in New Issue
Block a user