2023-03-24 18:34:24 -04:00
|
|
|
[Unit]
|
|
|
|
Description=aggietimed
|
2024-01-15 18:46:50 -05:00
|
|
|
Wants=graphical-session.target
|
2023-03-24 18:34:24 -04:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=DISPLAY=:0
|
|
|
|
Type=simple
|
2023-03-31 19:51:52 -04:00
|
|
|
ExecStart=/home/lizzy/.asdf/shims/aggietimed -d -s /tmp/aggietimed.sock
|
2023-03-27 13:20:47 -04:00
|
|
|
Restart=always
|
2023-03-24 18:34:24 -04:00
|
|
|
|
|
|
|
[Install]
|
2024-01-15 18:46:50 -05:00
|
|
|
WantedBy=graphical-session.target
|