{"id":37,"date":"2023-03-19T07:48:54","date_gmt":"2023-03-19T06:48:54","guid":{"rendered":"http:\/\/10.4.44.99:10084\/?p=37"},"modified":"2023-03-19T07:48:54","modified_gmt":"2023-03-19T06:48:54","slug":"centos-7-create-linux-service-task-manually","status":"publish","type":"post","link":"https:\/\/www.winni.at\/wordpress\/?p=37","title":{"rendered":"Centos 7 | Create Linux service task manually"},"content":{"rendered":"\n<p>Create following file with similar content.<\/p>\n\n\n\n<p>Change the description and point to the correct Exec Start.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/systemd\/system\/splunk-server.service\n\n&#91;Unit]\n\nDescription=SPLUNK Server\n\n&#91;Service]\n\nType=forking\n\nExecStart=\/opt\/splunk\/bin\/splunk start\n\nRemainAfterExit=yes\n\n&#91;Install]\n\nWantedBy=multi-user.target<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create following file with similar content. Change the description and point to the correct Exec Start.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[3],"tags":[15,117,121,122],"class_list":["post-37","post","type-post","status-publish","format-standard","hentry","category-kb","tag-centos","tag-linux","tag-linux-task","tag-linux-task-manually"],"_links":{"self":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=37"}],"version-history":[{"count":0,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/37\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=37"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=37"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}