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.
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
[Unit]
|
|
Description=Dexedrine
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%DEXPATH%
|
|
KillSignal=SIGINT
|