mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:43:06 +02:00
13 lines
252 B
SYSTEMD
13 lines
252 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Weekend Wake Alarm
|
||
|
|
After=graphical-session.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/usr/bin/python -m python_pkg.wake_alarm._alarm --production
|
||
|
|
WorkingDirectory=%h/testsAndMisc
|
||
|
|
Restart=no
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=graphical-session.target
|