Move Arch files
This commit is contained in:
5
linux/arch/systemd/readme.md
Normal file
5
linux/arch/systemd/readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
To install these services first link them to `/etc/systemd/system/`
|
||||
|
||||
Next, run `systemctl enable <script-name>.serivoce`
|
||||
|
||||
And then finally you can force start with `systemctl start <script-name>.service`
|
||||
8
linux/arch/systemd/remapKeyboard.service
Normal file
8
linux/arch/systemd/remapKeyboard.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Remaps the keyboard using xmodmap
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/michael/bin/remap-keyboard.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user