7 lines
No EOL
232 B
Bash
Executable file
7 lines
No EOL
232 B
Bash
Executable file
#! /bin/sh
|
|
# /usr/local/bin/sway-service.sh - needs to be 0755
|
|
|
|
# first import environment variables from the login manager
|
|
systemctl --user import-environment
|
|
# then start the service
|
|
exec systemctl --wait --user start sway.service |