Browse Source

Change the type of the bootstrap.service

dev
21isenough 6 years ago
parent
commit
1c5fc44ea8
  1. 4
      home.admin/assets/bootstrap.service

4
home.admin/assets/bootstrap.service

@ -8,10 +8,10 @@ After=network.target
[Service]
User=root
Group=root
Type=oneshot
Type=simple
RemainAfterExit=true
ExecStart=/home/admin/_bootstrap.sh
StandardOutput=journal
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

Loading…
Cancel
Save