dexedrine/dexedrine.service.template
Robert Morrison ba0fbf7a8b
feat(systemd): add systemd service
add systemd service through use of a template. This makes sure that
wherever dexedrine is installed the systemd unitfile will be able to
find it.
2023-12-30 18:10:06 +00:00

8 lines
90 B
Plaintext

[Unit]
Description=Dexedrine
[Service]
Type=simple
ExecStart=%DEXPATH%
KillSignal=SIGINT