🔧 chore(systemd): update surfing-keys project path

This commit is contained in:
Sergio Laín 2024-09-05 15:06:53 +02:00
parent 7325f22555
commit e91c08e03e
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -5,7 +5,7 @@ PartOf=graphical-session.target
Requires=graphical-session.target Requires=graphical-session.target
[Service] [Service]
ExecStart=bash -c 'cd /home/matt/dev/personal/projects/surfingkeys-conf; npm run gulp serve-simple' ExecStart=bash -c 'cd /home/matt/dev/projects/surfingkeys-conf; npm run gulp serve-simple'
Type=simple Type=simple
Restart=always Restart=always
RestartSec=10 RestartSec=10