Skip to content

Commit c7047be

Browse files
committed
1 parent 1f03b2c commit c7047be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

user/[email protected]

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Unit]
2+
Description=Run ruby /usr/local/bin/%i
3+
4+
[Service]
5+
ExecStart=/bin/sh -c "`%h/.rbenv/bin/rbenv which ruby` /usr/local/bin/%i"
6+
7+
[Install]
8+
WantedBy=default.target

0 commit comments

Comments
 (0)