You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using default mode: systemd
Registering the service
Installing service on /etc/systemd/system/chevron.service
node:events:491
throw er; // Unhandled 'error' event
^
Error: EACCES: permission denied, open '/etc/systemd/system/chevron.service'
Emitted 'error' event on daemon instance at:
at init. (/usr/lib/node_modules/node-linux/lib/daemon.js:491:42)
at init.emit (node:events:513:28)
at /usr/lib/node_modules/node-linux/lib/systemd.js:199:36
at node:fs:2171:7
at FSReqCallback.oncomplete (node:fs:192:23) {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/etc/systemd/system/chevron.service'
}
The text was updated successfully, but these errors were encountered:
I don't know yet what creates this error, it could be a problem with node-linux library that chivron uses. One way or another, you can compile the application yourself.
Using default mode: systemd
Registering the service
Installing service on /etc/systemd/system/chevron.service
node:events:491
throw er; // Unhandled 'error' event
^
Error: EACCES: permission denied, open '/etc/systemd/system/chevron.service'
Emitted 'error' event on daemon instance at:
at init. (/usr/lib/node_modules/node-linux/lib/daemon.js:491:42)
at init.emit (node:events:513:28)
at /usr/lib/node_modules/node-linux/lib/systemd.js:199:36
at node:fs:2171:7
at FSReqCallback.oncomplete (node:fs:192:23) {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/etc/systemd/system/chevron.service'
}
The text was updated successfully, but these errors were encountered: