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

11 lines
281 B
SYSTEMD
Raw Normal View History

2016-09-04 13:58:13 +02:00
[Unit]
Description=Weechat notifications from a distant server
2016-10-31 16:51:09 +01:00
After=network.target display-manager.service gpg-agent.service
2016-09-04 13:58:13 +02:00
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/tobast/Softs/weenotify/weenotify.py --log-file ~/.weenotify.log
[Install]
WantedBy=default.target