Last active
February 8, 2017 15:44
-
-
Save hrehfeld/328ccc3a0b40b81a425934f197e7c0da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ systemctl --user daemon-reload | |
hrehfeld@desktop-dev ~/.config/systemd/user | |
$ cat mu.service.d/override.conf | |
[Unit] | |
[email protected] | |
[Install] | |
[email protected] | |
hrehfeld@desktop-dev ~/.config/systemd/user | |
$ systemctl --user list-dependencies [email protected] | |
[email protected] | |
● ├─offlineimap.slice | |
● └─basic.target | |
● ├─paths.target | |
● ├─sockets.target | |
● │ └─dbus.socket | |
● └─timers.target | |
hrehfeld@desktop-dev ~/.config/systemd/user | |
$ cat mu.service | |
[Unit] | |
Description=Indexing maildir $MAILDIR with mu | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/mu index -m %h/mail | |
[Install] | |
WantedBy=mail.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment