Difference between revisions of "Type=simple"
Jump to navigation
Jump to search
(Removed redirect to Type=) Tag: Removed redirect |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Type=]]simple | ||
+ | |||
+ | ChatGPT example: | ||
[Unit] | [Unit] | ||
Line 6: | Line 9: | ||
[Service] | [Service] | ||
Type=simple | Type=simple | ||
− | ExecStart=/path/to/yarn start | + | [[ExecStart]]=/path/to/yarn start |
− | WorkingDirectory=/path/to/project | + | [[WorkingDirectory]]=/path/to/project |
[Install] | [Install] | ||
− | WantedBy=multi-user.target | + | [[WantedBy]]=[[multi-user.target]] |
Line 17: | Line 20: | ||
[[Type=]] | [[Type=]] | ||
+ | |||
+ | |||
+ | |||
+ | * {{.service}} |
Latest revision as of 17:45, 6 July 2023
Type=simple
ChatGPT example:
[Unit] Description=My Yarn Start Service [Service] Type=simple ExecStart=/path/to/yarn start WorkingDirectory=/path/to/project [Install] WantedBy=multi-user.target
Type=
Advertising: