ENH remove useless service files
This commit is contained in:
parent
55a36a5797
commit
0c61c5632c
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Sync git repos
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.bin/autogit "$REPOS"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,2 +0,0 @@
|
|||
#[Service]
|
||||
#Environment="REPOS=\"repo1 repo2\""
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Run auto every hour
|
||||
|
||||
[Timer]
|
||||
Persistent=true
|
||||
OnCalendar=hourly
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Batmon service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.local/bin/batmon
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Run batmon every minute
|
||||
|
||||
[Timer]
|
||||
OnBootSec=0min
|
||||
Persistent=true
|
||||
OnCalendar=*:0/1
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Reference in New Issue