mirror of https://github.com/statping/statping
12 lines
218 B
INI
12 lines
218 B
INI
![]() |
[Unit]
|
||
|
Description=Statup Docker Startup
|
||
|
After=network.target
|
||
|
After=systemd-user-sessions.service
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
![]() |
ExecStart=/home/ubuntu/init.sh
|
||
![]() |
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|