dotfiles/dot_config/systemd/user/batmon.service

9 lines
126 B
SYSTEMD
Raw Normal View History

2021-02-15 20:53:16 -05:00
[Unit]
Description=Batmon service
[Service]
Type=oneshot
ExecStart=%h/.local/bin/batmon
[Install]
WantedBy=multi-user.target