dotfiles/.config/systemd/user/surfingKeys.service
2024-08-19 18:06:11 +02:00

14 lines
345 B
Desktop File

[Unit]
Description=Surfingkeys configuration server
After=network.target graphical-session.target
PartOf=graphical-session.target
Requires=graphical-session.target
[Service]
ExecStart=bash -c 'cd /home/matt/repos/surfingkeys-conf; npm run gulp serve-simple'
Type=simple
Restart=always
RestartSec=10
[Install]
WantedBy=graphical-session.target