dotfiles/files/.config/systemd/user/weenotify.service

11 lines
263 B
SYSTEMD
Raw Normal View History

2016-09-04 13:58:13 +02:00
[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