summaryrefslogtreecommitdiff
path: root/.config/systemd/user/send-package.service
blob: 3f265505bf34055a6e2738a13deea027c9624cf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Do Not Ask

[Service]
Type=oneshot
ExecStart=/home/thomas/.local/bin/send-package
Environment=PATH=/home/thomas/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin

[Install]
WantedBy=default.target