initial commit of new dotfiles repo
This commit is contained in:
11
.config/systemd/user/test.service
Normal file
11
.config/systemd/user/test.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=testing a thing
|
||||
After=smartcard.target
|
||||
Conflicts=smartcard.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=echo it worked
|
||||
|
||||
[Install]
|
||||
WantedBy=smartcard.target
|
||||
Reference in New Issue
Block a user