Add service file
This commit is contained in:
parent
67457dc9ef
commit
1a3a6d51b1
1 changed files with 9 additions and 0 deletions
9
create-system-log.service
Normal file
9
create-system-log.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Create System Log custom script
|
||||||
|
Wants=create-system-log.timer
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
User=root
|
||||||
|
Group=admin
|
||||||
|
ExecStart=/root/create-system-log.sh
|
Loading…
Add table
Add a link
Reference in a new issue