dotfiles/.config/systemd/user/test.service

12 lines
171 B
Desktop File

[Unit]
Description=testing a thing
After=smartcard.target
Conflicts=smartcard.target
[Service]
Type=oneshot
ExecStart=echo it worked
[Install]
WantedBy=smartcard.target