Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

/lib/systemd/system/daemontools.service: Difference between revisions

From COCNM
Jump to navigation Jump to search
(Created page with "<pre> [Unit] Description=DJB daemontools After=sysinit.target [Service] ExecStart=/command/svscanboot3 Restart=always [Install] WantedBy=multi-user.target </pre>")
 
No edit summary
 
Line 5: Line 5:


[Service]
[Service]
ExecStart=/command/svscanboot3
ExecStart=/command/svscanboot
Restart=always
Restart=always



Latest revision as of 13:55, 10 August 2015

[Unit]
Description=DJB daemontools
After=sysinit.target

[Service]
ExecStart=/command/svscanboot
Restart=always

[Install]
WantedBy=multi-user.target