1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
[Unit] |
||||
|
Description=Pacman |
||||
|
Documentation=man:pacman |
||||
|
DefaultDependencies=no |
||||
|
|
||||
|
[Service] |
||||
|
Type=simple |
||||
|
RemainAfterExit=yes |
||||
|
WorkingDirectory=/src/pacman/ |
||||
|
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed. |
||||
|
ExecStart=/usr/bin/npm start & |
||||
|
|
||||
|
[Install] |
||||
|
WantedBy=multi-user.target |
||||
Loading…
Reference in new issue