templates/splashd.service in prometheus-splash-0.4.3 vs templates/splashd.service in prometheus-splash-0.4.4

- old
+ new

@@ -1,16 +1,17 @@ [Unit] Description=Splash Daemon After=network-online.target [Service] -Type=simple +Type=forking -User=splash -Group=splash +User=root +Group=root UMask=007 -ExecStart=/splash daemon start +ExecStart=/usr/local/bin/splash daemon start +ExecStop=/usr/local/bin/splash daemon stop Restart=on-failure # Configures the time to wait before service is stopped forcefully. TimeoutStopSec=300