Skip to content

Commit 5143552

Browse files
committed
specify config file for systemd service
1 parent 440cf46 commit 5143552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/init/systemd/bashrpc.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description=bashrpc
55
Type=simple
66
Restart=always
77
RestartSec=5s
8-
ExecStart=/usr/local/bin/bashrpc
8+
ExecStart=/usr/local/bin/bashrpc -c /etc/bashrpc/bashrpc.yml
99

1010
[Install]
1111
WantedBy=multi-user.target

0 commit comments

Comments
 (0)