11 lines
263 B
SYSTEMD
11 lines
263 B
SYSTEMD
|
[Unit]
|
||
|
Description=Weechat notifications from a distant server
|
||
|
After=network.target display-manager.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/python3 /home/tobast/Softs/weenotify/weenotify.py --log-file ~/.weenotify.log
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|