10 lines
161 B
Desktop File
10 lines
161 B
Desktop File
[Unit]
|
|
Description=Pushing bash history
|
|
Wants=bash_eternal_push.timer
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/bash_eternal_push.sh
|